]> git.sesse.net Git - vlc/commitdiff
Qt4 : change slightly the debug message.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 19 Jan 2008 07:10:57 +0000 (07:10 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 19 Jan 2008 07:10:57 +0000 (07:10 +0000)
modules/gui/qt4/components/playlist/playlist_model.cpp

index be4643687a8dd5b476dbbe2d48b5dc923eed29b2..20a8c2014b9e7886d906b6a3e9c93a996b95a754 100644 (file)
@@ -84,7 +84,7 @@ void PLItem::init( int _i_id, int _i_input_id, PLItem *parent, PLModel *m )
         //Add empty string and update() handles data appending
         item_col_strings.append( "" );
     }
-    msg_Dbg( model->p_intf, "PLItem created: %i", model->i_depth );
+    msg_Dbg( model->p_intf, "PLItem created of type: %i", model->i_depth );
 }
 
 /*