Remove useless log blank space

This commit is contained in:
John Zhao
2018-04-15 14:42:11 +08:00
parent 934c803c25
commit d030a6a696
2 changed files with 2 additions and 2 deletions

View File

@@ -345,7 +345,7 @@ class ROSWrapperNodelet : public nodelet::Nodelet {
size_t n = devices.size();
NODELET_FATAL_COND(n <= 0, "No MYNT EYE devices :(");
NODELET_INFO_STREAM("MYNT EYE devices: ");
NODELET_INFO_STREAM("MYNT EYE devices:");
for (size_t i = 0; i < n; i++) {
auto &&device = devices[i];
auto &&name = device->GetInfo(Info::DEVICE_NAME);