Skip to content

Commit

Permalink
FIx Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jun 23, 2024
1 parent 0c247a8 commit 0f470ef
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() {
packet->decoded = true;
} // end if doing decoding
} else {
Warning(1, "No packet.size(%d) or packet->in_frame(%p). Not decoding", packet->packet->size, packet->in_frame.get());
Warning("No packet.size(%d) or packet->in_frame(%p). Not decoding", packet->packet->size, packet->in_frame.get());
packet->decoded = true;
} // end if need_decoding

Expand Down

0 comments on commit 0f470ef

Please sign in to comment.