Remove unused log message
[platform/core/api/media-content.git] / test / media-content_test.c
index 3bb9206..cd4ba61 100755 (executable)
@@ -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);