[attach-panel-camera] Incorporated Dlog API change. 14/195714/1 accepted/tizen/unified/20181218.063112 submit/tizen/20181217.201228
authorNilesh <t.shripati@samsung.com>
Mon, 17 Dec 2018 11:29:16 +0000 (16:59 +0530)
committerNilesh <t.shripati@samsung.com>
Mon, 17 Dec 2018 11:35:12 +0000 (17:05 +0530)
This patch incorporated dlog internal API "__dlog_print()"
changes in attach-panel-camera application.

Change-Id: Ic6d7bd43e32da627e0dc9b9a67aa27d88e8d87a0

src/view/main-view.c

index 96418c62f691869108e6207634e116ccef412e09..de5c5f2b40796aabb92399a74114b0f4b51b42ec 100644 (file)
@@ -611,7 +611,7 @@ void _main_view_media_create(char * filename, CamTransformType transformtype)
        if (ret != IMAGE_UTIL_ERROR_NONE) {
                DBG("image_util_decode_run failed %d ", ret);
        }
-       DBG("Decoded jpeg buffer width =%d ,height = %d ,size_decode = %d", width, height, size_decode);
+       DBG("Decoded jpeg buffer width =%lu ,height = %lu ,size_decode = %llu", width, height, size_decode);
 
        ret = image_util_decode_destroy(decode_h);
        if (ret != IMAGE_UTIL_ERROR_NONE) {