feat : debug

This commit is contained in:
Swann Martinez
2019-05-08 18:18:09 +02:00
parent 999b7c9c62
commit feca5943df
4 changed files with 12 additions and 4 deletions

View File

@ -518,7 +518,7 @@ def watchdog_worker(feed,interval, stop_event):
# item.id = bpy.context.scene.session_settings.username
# feed.put(('DUMP',key,None))
if item.is_dirty:
logger.info("{} needs update".format(item.name))
logger.info("{} needs update".format(key))
feed.put(('DUMP',key,None))
item.is_dirty = False
except: