dlog: Fix dlog format error 57/194757/1 accepted/tizen/unified/20181207.175434 submit/tizen/20181207.064308
authorpr.jung <pr.jung@samsung.com>
Fri, 7 Dec 2018 06:32:14 +0000 (15:32 +0900)
committerpr.jung <pr.jung@samsung.com>
Fri, 7 Dec 2018 06:32:14 +0000 (15:32 +0900)
Change-Id: I6af5ccbc830e3b854e050abac5cacbd1235c63de
Signed-off-by: pr.jung <pr.jung@samsung.com>
src/feedback.c

index f8e0dab..8e4b931 100644 (file)
@@ -314,7 +314,7 @@ API int feedback_play_type_by_name(char *type, char *pattern)
        int pattern_max;
 
        if (!type || !pattern) {
-               _E("Invalid parameter : type(%x), pattern(%x)", type, pattern);
+               _E("Invalid parameter : type(%s), pattern(%s)", type, pattern);
                return FEEDBACK_ERROR_INVALID_PARAMETER;
        }