mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Improved URStream logging
This commit is contained in:
@@ -63,6 +63,8 @@ void URStream::disconnect()
|
|||||||
if (!_initialized || _stopping)
|
if (!_initialized || _stopping)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
LOG_INFO("Disconnecting from %s:%d", _host.c_str(), _port);
|
||||||
|
|
||||||
_stopping = true;
|
_stopping = true;
|
||||||
close(_socket_fd);
|
close(_socket_fd);
|
||||||
_initialized = false;
|
_initialized = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user