From ad2ee97a6ab074f9fd0f213a7664769d2383817f Mon Sep 17 00:00:00 2001 From: Jiyong Min Date: Mon, 26 Feb 2018 08:29:00 +0900 Subject: [PATCH] Remove unused log message - Fix build warning Change-Id: Ia995e20056aeeba4cbddd79dcc6cc50fd30f0b0c Signed-off-by: Jiyong Min --- test/media-content_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/media-content_test.c b/test/media-content_test.c index 3bb9206..cd4ba61 100755 --- a/test/media-content_test.c +++ b/test/media-content_test.c @@ -1109,7 +1109,7 @@ int test_gallery_scenario(void) media_content_error("error video_meta_get_duration : [%d]", ret); media_content_debug("This is Video"); - media_content_debug("Title: %s, Album: %s, Artist: %s, Album_artist: %s \n Duration: %d, Played time: %ld", title, album, artist, album_artist, duration); + media_content_debug("Title: %s, Album: %s, Artist: %s, Album_artist: %s \n Duration: %d", title, album, artist, album_artist, duration); } SAFE_FREE(title); -- 2.7.4