Fix invalid log format 31/135031/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 21 Jun 2017 00:24:00 +0000 (09:24 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 21 Jun 2017 00:24:00 +0000 (09:24 +0900)
Change-Id: I2c0d30f1a90754ff1744d2ec9a1e31d6a88902b1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/widget_app.c

index 4c20c2c..63ef11b 100755 (executable)
@@ -1035,7 +1035,7 @@ static void __stub_create(appcore_multiwindow_base_instance_h context, void *dat
 
        if (cxt->callback.create)
                ret = cxt->callback.create(context, content_info, w, h, cxt->data);
-       _D("%s is created %d", id);
+       _D("%s is created", id);
 
        if (ret < 0) {
                _W("Create callback returns error(%d)", ret);