projects
/
platform
/
core
/
appfw
/
badge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0c2118
)
Modify wrong log macro
31/100131/1
author
seungha.son
<seungha.son@samsung.com>
Fri, 25 Nov 2016 06:55:34 +0000
(15:55 +0900)
committer
seungha.son
<seungha.son@samsung.com>
Fri, 25 Nov 2016 06:56:11 +0000
(15:56 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Ieedc6dc33b945beff8f055d6e7463a225ab937d4
src/badge_ipc.c
patch
|
blob
|
history
diff --git
a/src/badge_ipc.c
b/src/badge_ipc.c
index be73a86168d3133101adfcc601d2cae1a85b2439..f572efd642aa531307f4ca2cc3ccecaa8da0aadf 100755
(executable)
--- a/
src/badge_ipc.c
+++ b/
src/badge_ipc.c
@@
-386,7
+386,7
@@
static int _send_sync_badge(GVariant *body, GDBusMessage **reply, char *cmd)
g_error_free(err);
return ret;
}
-
ERR
("_send_sync_badge done !!");
+
DBG
("_send_sync_badge done !!");
return BADGE_ERROR_NONE;
}