diff --git a/src/log.cpp b/src/log.cpp index 26eea6b..6cf2007 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -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); ///////////////////////////////////////////////////////////////////////////////