From f2ac60bf277f570dc527a5c470ea017c2ba0d9b6 Mon Sep 17 00:00:00 2001 From: Brandon A Date: Wed, 14 Feb 2018 13:45:43 -0500 Subject: [PATCH] wrong message printing error --- src/client_node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client_node.py b/src/client_node.py index caca7f6..e93789c 100755 --- a/src/client_node.py +++ b/src/client_node.py @@ -122,7 +122,7 @@ def setup_socket(self): return True except socket.timeout: rospy.logwarn( - CanopyClientNode.RETRYING_MSG.format(self.name)) + CanopyClientNode.TIMEOUT_MSG.format(self.name)) rate.sleep() except socket.error: rospy.logwarn(