server/repository.py
branchstable
changeset 5376 2c3f14bc2590
parent 5292 8b496574b65c
child 5385 b6e250dd7a7d
child 5421 8167de96c523
--- a/server/repository.py	Thu Apr 22 18:25:34 2010 +0200
+++ b/server/repository.py	Thu Apr 22 19:37:56 2010 +0000
@@ -320,9 +320,9 @@
                 looptask.join()
                 self.info('task %s finished', looptask.name)
         for thread in self._running_threads:
-            self.info('waiting thread %s...', thread.name)
+            self.info('waiting thread %s...', thread.getName())
             thread.join()
-            self.info('thread %s finished', thread.name)
+            self.info('thread %s finished', thread.getName())
         if not (self.config.creating or self.config.repairing
                 or self.config.quick_start):
             self.hm.call_hooks('server_shutdown', repo=self)