projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49412fa
)
fade: Upgrade client command log message to loglevel NOTICE.
author
Andre Noll
<maan@systemlinux.org>
Mon, 16 Jul 2012 19:53:35 +0000
(21:53 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 7 Oct 2012 09:35:38 +0000
(11:35 +0200)
This is one of the more interesting log messages of para_fade.
fade.c
patch
|
blob
|
history
diff --git
a/fade.c
b/fade.c
index 68e1b5f5142d4dbbe9d034c43015e343b6adec9c..8ee192cd177bd65e4f886cd39c29ab9498cb69a2 100644
(file)
--- a/
fade.c
+++ b/
fade.c
@@
-89,7
+89,7
@@
static void client_cmd(const char *cmd)
pid_t pid;
char *cmdline = make_message(BINDIR "/para_client %s", cmd);
- PARA_
INFO
_LOG("%s\n", cmdline);
+ PARA_
NOTICE
_LOG("%s\n", cmdline);
ret = para_exec_cmdline_pid(&pid, cmdline, fds);
free(cmdline);
if (ret < 0) {