fix logger message

This commit is contained in:
zhangxiaoyang 2016-05-04 22:51:11 +08:00
parent 01f3fa159f
commit 0a11fdeb57
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class GstoreConnector:
self._sock.connect((self.ip, self.port))
return True
except Exception, e:
print 'socket disconnection error. @GstoreConnector.disconnect'
print 'socket connection error. @GstoreConnector.connect'
traceback.print_exc()
return False