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
GSoC
GSoC2018
macOS
vlc
Commits
047552b0
Commit
047552b0
authored
Feb 21, 2008
by
Jean-Baptiste Kempf
Browse files
Qt4 - change severity of debug.
parent
dabdbf76
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs_provider.cpp
View file @
047552b0
...
...
@@ -436,7 +436,7 @@ void DialogsProvider::streamingDialog( QWidget *parent, QString mrl,
if
(
s
->
exec
()
==
QDialog
::
Accepted
)
{
msg_
Err
(
p_intf
,
"Sout mrl %s"
,
qta
(
s
->
getMrl
()
)
);
msg_
Dbg
(
p_intf
,
"Sout mrl %s"
,
qta
(
s
->
getMrl
()
)
);
/* Just do it */
int
i_len
=
strlen
(
qtu
(
s
->
getMrl
()
)
)
+
10
;
char
*
psz_option
=
(
char
*
)
malloc
(
i_len
);
...
...
Write
Preview
Supports
Markdown
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