Skip to content

Commit

Permalink
wrong message printing error
Browse files Browse the repository at this point in the history
  • Loading branch information
braraki committed Feb 14, 2018
1 parent 3ec31c5 commit f2ac60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f2ac60b

Please sign in to comment.