diff --git a/src/world.py b/src/world.py index 67fd40f26..a45096a37 100644 --- a/src/world.py +++ b/src/world.py @@ -61,6 +61,7 @@ class SupyThread(threading.Thread): global threadsSpawned threadsSpawned += 1 super(SupyThread, self).__init__(*args, **kwargs) + log.debug('Spawning thread %q.', self.getName()) commandsProcessed = 0