Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
90bf6acc
Commit
90bf6acc
authored
Jul 29, 2016
by
Pawel Golinski
Committed by
luyikei
Jul 30, 2016
Browse files
VlmcLogger: Get rid of copypaste
Signed-off-by:
Yikai Lu
<
luyikei.qmltu@gmail.com
>
parent
ae642f47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Tools/VlmcLogger.cpp
View file @
90bf6acc
...
...
@@ -155,11 +155,7 @@ VlmcLogger::outputToConsole( int level, const char *msg )
#if QT_VERSION >= QT_VERSION_CHECK(5,5,0)
case
QtInfoMsg
:
#endif
fprintf
(
stdout
,
"%s
\n
"
,
msg
);
break
;
case
QtWarningMsg
:
fprintf
(
stdout
,
"%s
\n
"
,
msg
);
break
;
case
QtCriticalMsg
:
fprintf
(
stdout
,
"%s
\n
"
,
msg
);
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment