From e655f9a68af50188238c647bacaa61476818075c Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Wed, 21 Jun 2017 09:24:00 +0900 Subject: [PATCH] Fix invalid log format Change-Id: I2c0d30f1a90754ff1744d2ec9a1e31d6a88902b1 Signed-off-by: Hwankyu Jhun --- src/widget_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget_app.c b/src/widget_app.c index 4c20c2c..63ef11b 100755 --- a/src/widget_app.c +++ b/src/widget_app.c @@ -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); -- 2.7.4