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

@@ -20,7 +20,7 @@ int main(int argc, char *argv[]) {
size_t n = devices.size();
LOG_IF(FATAL, n <= 0) << "No MYNT EYE devices :(";
LOG(INFO) << "MYNT EYE devices: ";
LOG(INFO) << "MYNT EYE devices:";
for (size_t i = 0; i < n; i++) {
auto &&device = devices[i];
auto &&name = device->GetInfo(Info::DEVICE_NAME);