]> git.sesse.net Git - vlc/commitdiff
modules/gui/qt4/dialogs/interaction.cpp: In InteractionDialog::update() use a msg_Dbg...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 20 Nov 2007 22:25:37 +0000 (22:25 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 20 Nov 2007 22:25:37 +0000 (22:25 +0000)
modules/gui/qt4/dialogs/interaction.cpp

index 359cdfef23cfdc3f5e01f481b2e04b242452c428..e22a7acb5c0657240ee2f26539fd7ba1ac691924 100644 (file)
@@ -174,7 +174,7 @@ void InteractionDialog::update()
     {
         assert( progressBar );
         progressBar->setValue( (int)(p_dialog->val.f_float*1000) );
-        msg_Err( p_intf, "Setting progress to %i\n", progressBar->value() );
+        msg_Dbg( p_intf, "Setting progress to %i\n", progressBar->value() );
     }
 }