Skip to content

Commit

Permalink
Reverted debug console log
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Feb 5, 2019
1 parent e982142 commit 5a779a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ gboolean janus_vp9_is_keyframe(const char *buffer, int len) {
int vp9h = ntohs(h);
buffer += 2;
if(vp9w || vp9h) {
JANUS_LOG(LOG_WARN, "Got a VP9 key frame: %dx%d\n", vp9w, vp9h);
JANUS_LOG(LOG_HUGE, "Got a VP9 key frame: %dx%d\n", vp9w, vp9h);
return TRUE;
}
}
Expand Down

0 comments on commit 5a779a5

Please sign in to comment.