We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeaaf4 commit b757b8cCopy full SHA for b757b8c
2 files changed
example/GigeCam/mv_cam.cpp
@@ -90,7 +90,7 @@ bool MvCam::Initialization() {
90
PrintDeviceInfo(p_device_info);
91
}
92
} else {
93
- LOG(ERROR) << "Find No GIGE or USB Cam Devices!";
+ LOG(ERROR) << "Not find GIGE or USB Cam Devices!";
94
return false;
95
96
LOG(INFO) << "Number of cameras detected : " << st_device_list.nDeviceNum;
infinite_sense_core/src/messenger.cpp
@@ -12,9 +12,9 @@ Messenger::Messenger() {
12
publisher_.bind(endpoint_);
13
subscriber_.connect(endpoint_);
14
15
- LOG(INFO) << "Connected to ZMQ endpoint: " << endpoint_;
+ LOG(INFO) << "Link Net: " << endpoint_;
16
} catch (const zmq::error_t& e) {
17
- LOG(ERROR) << "ZMQ initialization error: " << e.what();
+ LOG(ERROR) << "Net initialization error: " << e.what();
18
CleanUp();
19
20
0 commit comments