fix logger message
This commit is contained in:
parent
01f3fa159f
commit
0a11fdeb57
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue