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

Improved bin parser debugging

This commit is contained in:
Simon Rasmussen
2017-02-15 23:06:08 +01:00
parent 32cfed93b3
commit d0fa801cad

View File

@@ -141,6 +141,6 @@ public:
} }
void debug() { 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);
} }
}; };