1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

Improved URStream logging

This commit is contained in:
Simon Rasmussen
2017-02-16 22:50:35 +01:00
parent fc53fbdd68
commit 9c1077a779

View File

@@ -63,6 +63,8 @@ void URStream::disconnect()
if (!_initialized || _stopping)
return;
LOG_INFO("Disconnecting from %s:%d", _host.c_str(), _port);
_stopping = true;
close(_socket_fd);
_initialized = false;