]> git.sesse.net Git - vlc/commitdiff
test: Fix log issued in test_media_list_player_play_item_at_index.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 21 May 2009 05:07:25 +0000 (22:07 -0700)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 21 May 2009 05:07:25 +0000 (22:07 -0700)
test/libvlc/media_list_player.c

index 712e0fe6f72c57687c9e74c3e6b26e746d48ff0f..5ae0c27b56d100ddc2eb300b01121d0a1dc2b350 100644 (file)
@@ -78,7 +78,7 @@ static void test_media_list_player_play_item_at_index(const char** argv, int arg
 
     const char * file = test_default_sample;
 
-    log ("Testing play and pause of %s using the media list.\n", file);
+    log ("Testing play_item_at_index of %s using the media list.\n", file);
 
     libvlc_exception_init (&ex);
     vlc = libvlc_new (argc, argv, &ex);