lowered severity to debug

This commit is contained in:
Ken Conley 2009-09-17 19:04:12 +00:00
parent 04deef6a9a
commit ce8d43dad2
1 changed files with 1 additions and 1 deletions

View File

@ -468,6 +468,6 @@ class Service(_Service):
except rospy.exceptions.TransportTerminated, e:
if not persistent:
logerr("incoming connection failed: %s"%e)
logwarn("service[%s]: transport terminated"%self.name)
logdebug("service[%s]: transport terminated"%self.name)
handle_done = True
transport.close()