Skip to content

Commit

Permalink
Improve debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 24, 2024
1 parent dadd9e2 commit 73cebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zm_monitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ class Monitor : public std::enable_shared_from_this<Monitor> {
inline const char *EventPrefix() const { return event_prefix.c_str(); }
inline bool Ready() const {
if (!packetqueue.get_max_keyframe_interval()) {
Debug(4, "No keyframe interval.");
Debug(4, "Not ready because no keyframe interval.");
return false;
}
if (decoding_image_count >= ready_count) {
Expand Down

0 comments on commit 73cebb5

Please sign in to comment.