mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Improved bin parser debugging
This commit is contained in:
@@ -141,6 +141,6 @@ public:
|
||||
}
|
||||
|
||||
void debug() {
|
||||
LOG_DEBUG("BinParser: %zx - %zx (%zu bytes)", _buf_pos, _buf_end, _buf_end - _buf_pos);
|
||||
LOG_DEBUG("BinParser: %p - %p (%zu bytes)", _buf_pos, _buf_end, _buf_end - _buf_pos);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user