Skip to content
Snippets Groups Projects
Commit c0a8eb9e authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

workerpool: Log when waiting for a thread

Reviewed-by: iustinp
parent b1b6ea87
No related branches found
No related tags found
No related merge requests found
......@@ -288,6 +288,7 @@ class WorkerPool(object):
self._lock.release()
try:
for worker in termworkers:
logging.debug("Waiting for thread %s", worker.getName())
worker.join()
finally:
self._lock.acquire()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment