projects
/
platform
/
core
/
system
/
buxton2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd58c2
)
Revert "Change log output API"
35/148135/2
author
jusung son
<jusung07.son@samsung.com>
Thu, 7 Sep 2017 01:57:58 +0000
(
01:57
+0000)
committer
jusung son
<jusung07.son@samsung.com>
Thu, 7 Sep 2017 01:58:04 +0000
(
01:58
+0000)
This reverts commit
e78352884a85e6d546848b69f9464247b12008e1
.
Change-Id: Ie53c01cd99cd113b9d0f139323f7a5616018ef61
client/c_main.c
patch
|
blob
|
history
diff --git
a/client/c_main.c
b/client/c_main.c
index
b274208
..
fd191e3
100755
(executable)
--- a/
client/c_main.c
+++ b/
client/c_main.c
@@
-480,7
+480,7
@@
int main(int argc, char *argv[])
if (index >= COMMAND_CREATE_STRING && index <= COMMAND_CREATE_BOOL &&
opt.owner == false)
-
bxt_err("[WARNING] CALLING VCONFTOOL OUTSIDE OF VCONF-INTERNAL-KEYS IS NOT ALLOWED.
");
+
printf("[WARNING] CALLING VCONFTOOL OUTSIDE OF VCONF-INTERNAL-KEYS IS NOT ALLOWED.\n
");
func = opt.direct ? comm->dfunc : comm->func;
if (!func) {