We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e02fc56 + 4be3975 commit f338306Copy full SHA for f338306
lib/DataRx.cpp
@@ -233,8 +233,8 @@ void DataRx::rxPacket(const boost::system::error_code& ec,
233
LOG(INFO) << std::string(_buffer->begin() + sizeof(OculusMessageHeader),
234
_buffer->end());
235
} else {
236
- LOG(WARNING) << "Ignoring " << MessageTypeToString(hdr.msgId())
237
- << " message, id " << static_cast<int>(hdr.msgId());
+ LOG(DEBUG) << "Ignoring " << MessageTypeToString(hdr.msgId())
+ << " message, id " << static_cast<int>(hdr.msgId());
238
}
239
240
exit:
0 commit comments