projects
/
platform
/
core
/
api
/
media-content.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1487930
)
Remove unused log message
12/171012/1
accepted/tizen/unified/20180226.061649
submit/tizen/20180226.010908
author
Jiyong Min
<jiyong.min@samsung.com>
Sun, 25 Feb 2018 23:29:00 +0000
(08:29 +0900)
committer
Jiyong 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
patch
|
blob
|
history
diff --git
a/test/media-content_test.c
b/test/media-content_test.c
index 3bb9206d7b66bdec5e27cf381cebcd52e475ceda..cd4ba61b106b32f2baa61eccd11a9186d45b975b 100755
(executable)
--- 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);