Fix invalid log format 83/146283/1
authorHwankyu Jhun <h.jhun@samsung.com>
Sun, 27 Aug 2017 23:00:54 +0000 (08:00 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Sun, 27 Aug 2017 23:00:54 +0000 (08:00 +0900)
Change-Id: I45445ec2241f8166f6444529e96d4a742a957534
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
screen_connector_watcher/src/screen_connector_toolkit.c

index 4242721..1e3dcd6 100644 (file)
@@ -391,7 +391,7 @@ EXPORT_API screen_connector_toolkit_h screen_connector_toolkit_add(screen_connec
 
        type_h = g_hash_table_lookup(__type_table, GINT_TO_POINTER(type));
        if (type_h == NULL) {
-               LOGE("Type(%s) is not initializaed", type);
+               LOGE("Type(%u) is not initializaed", type);
                return NULL;
        }