server/serverconfig.py
changeset 6478 8098e1295cf0
parent 6427 c8a5ac2d1eaa
child 6627 430b7703b3fd
--- a/server/serverconfig.py	Wed Oct 13 16:17:20 2010 +0200
+++ b/server/serverconfig.py	Wed Oct 13 16:17:37 2010 +0200
@@ -271,7 +271,7 @@
                 assert len(self.sources_mode) == 1
                 if source.connect_for_migration:
                     return True
-                print 'not connecting to source', uri, 'during migration'
+                print 'not connecting to source', source.uri, 'during migration'
                 return False
             if 'all' in self.sources_mode:
                 assert len(self.sources_mode) == 1