Skip to content

Commit

Permalink
Turn warning into debug fixes logging when using vnc monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jun 26, 2024
1 parent d5ae430 commit e4ce6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zm_monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ bool Monitor::Decode() {
Debug(1, "Not Decoding ? %s", Decoding_Strings[decoding].c_str());
} // end if doing decoding
} else {
Warning("No packet.size(%d) or packet->in_frame(%p). Not decoding", packet->packet->size, packet->in_frame.get());
Debug(1, "No packet.size(%d) or packet->in_frame(%p). Not decoding", packet->packet->size, packet->in_frame.get());
} // end if need_decoding

if ((analysis_image == ANALYSISIMAGE_YCHANNEL) && packet->in_frame && (
Expand Down

0 comments on commit e4ce6b1

Please sign in to comment.