diff -r 962e13ab0930 -r 2c3f14bc2590 server/repository.py --- 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)