[vlmc-devel] VlmcLogger: Fix warning
Hugo Beauzée-Luyssen
git at videolan.org
Fri Mar 4 18:07:10 CET 2016
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Mar 4 18:06:52 2016 +0100| [2292aa19941a4a298b95d8fa2aa9165e25654b21] | committer: Hugo Beauzée-Luyssen
VlmcLogger: Fix warning
> https://code.videolan.org/videolan/vlmc/commit/2292aa19941a4a298b95d8fa2aa9165e25654b21
---
src/Tools/VlmcLogger.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Tools/VlmcLogger.cpp b/src/Tools/VlmcLogger.cpp
index cea0a95..403f870 100644
--- a/src/Tools/VlmcLogger.cpp
+++ b/src/Tools/VlmcLogger.cpp
@@ -160,6 +160,7 @@ VlmcLogger::outputToConsole( int level, const char *msg )
switch ( (QtMsgType)level )
{
case QtDebugMsg:
+ case QtInfoMsg:
fprintf(stdout, "%s\n", msg);
break;
case QtWarningMsg:
More information about the Vlmc-devel
mailing list