From 0a11fdeb57a04a9dcb49230de425aaa5199a3c4d Mon Sep 17 00:00:00 2001 From: zhangxiaoyang Date: Wed, 4 May 2016 22:51:11 +0800 Subject: [PATCH] fix logger message --- api/python/src/GstoreConnector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/src/GstoreConnector.py b/api/python/src/GstoreConnector.py index ad295d6..0386e21 100644 --- a/api/python/src/GstoreConnector.py +++ b/api/python/src/GstoreConnector.py @@ -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