Skip to content
Snippets Groups Projects
Commit e5205687 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Don't log 'unable to find remaining time', it's too spammy

parent d3aab505
No related branches found
No related tags found
No related merge requests found
......@@ -744,7 +744,7 @@ class BlenderRenderCommand(AbstractSubprocessCommand):
fmt = 'Fra:{fra} Mem:{mem} | Time:{time_sec} | Remaining:{remaining_sec} | {status}'
activity = fmt.format(**render_info)
else:
self._log.debug('Unable to find remaining time in line: %s', line)
# self._log.debug('Unable to find remaining time in line: %s', line)
activity = line
await self.worker.register_task_update(activity=activity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment