Skip to content

Commit

Permalink
Merge pull request #70 from TechSmith/lowerLogLevelDefaultToError
Browse files Browse the repository at this point in the history
Only log errors
  • Loading branch information
dchengTSC authored Oct 3, 2022
2 parents bfb06df + 2728e33 commit 50ce92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MP4LogCallback Log::_cb_func = NULL;
// There's no mechanism to set the log level at runtime at
// the moment so construct this so it only logs important
// stuff.
Log log(MP4_LOG_WARNING);
Log log(MP4_LOG_ERROR);

///////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 50ce92b

Please sign in to comment.