Skip to content

Commit f338306

Browse files
authored
Merge pull request #33 from apl-ocean-engineering/bugfix/less_spam
messageDummy spam downgraded to DEBUG
2 parents e02fc56 + 4be3975 commit f338306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/DataRx.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ void DataRx::rxPacket(const boost::system::error_code& ec,
233233
LOG(INFO) << std::string(_buffer->begin() + sizeof(OculusMessageHeader),
234234
_buffer->end());
235235
} else {
236-
LOG(WARNING) << "Ignoring " << MessageTypeToString(hdr.msgId())
237-
<< " message, id " << static_cast<int>(hdr.msgId());
236+
LOG(DEBUG) << "Ignoring " << MessageTypeToString(hdr.msgId())
237+
<< " message, id " << static_cast<int>(hdr.msgId());
238238
}
239239

240240
exit:

0 commit comments

Comments
 (0)