Commit 047552b0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - change severity of debug.

parent dabdbf76
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment