From: Pierre d'Herbemont Date: Thu, 21 May 2009 05:07:25 +0000 (-0700) Subject: test: Fix log issued in test_media_list_player_play_item_at_index. X-Git-Tag: 1.1.0-ff~5856 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=6676622d00a12c729929262e3266e2fc4df491ad test: Fix log issued in test_media_list_player_play_item_at_index. --- diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c index 712e0fe6f7..5ae0c27b56 100644 --- a/test/libvlc/media_list_player.c +++ b/test/libvlc/media_list_player.c @@ -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);