Remove unused log message 12/171012/1 accepted/tizen/unified/20180226.061649 submit/tizen/20180226.010908
authorJiyong Min <jiyong.min@samsung.com>
Sun, 25 Feb 2018 23:29:00 +0000 (08:29 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Sun, 25 Feb 2018 23:30:36 +0000 (08:30 +0900)
 - Fix build warning

Change-Id: Ia995e20056aeeba4cbddd79dcc6cc50fd30f0b0c
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
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);