From 6676622d00a12c729929262e3266e2fc4df491ad Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 20 May 2009 22:07:25 -0700 Subject: [PATCH] test: Fix log issued in test_media_list_player_play_item_at_index. --- test/libvlc/media_list_player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5