ros / ros_comm

ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
http://wiki.ros.org/ros_comm
747 stars 914 forks source link

xmlrpcpp: Errors are not logged #2274

Open Hugal31 opened 1 year ago

Hugal31 commented 1 year ago

The default XmlRpc error handler discard error messages. It warns about the danger of throwing an exception, but it could at least log the error message.