[server] fix dumb name error
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 13 Oct 2010 16:17:37 +0200
changeset 6478 8098e1295cf0
parent 6477 a91f3541b3dd
child 6479 16a402e91a54
[server] fix dumb name error
server/serverconfig.py
--- 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