X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fmedia-content_test.c;h=cd4ba61b106b32f2baa61eccd11a9186d45b975b;hb=ad2ee97a6ab074f9fd0f213a7664769d2383817f;hp=3bb9206d7b66bdec5e27cf381cebcd52e475ceda;hpb=148793057033a1c320784be73e688e3d13c56272;p=platform%2Fcore%2Fapi%2Fmedia-content.git 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);