projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba06e1
)
fade: add missing <cr> in log message
author
Andre
<maan@meins.(none)>
Tue, 3 Oct 2006 12:44:02 +0000
(14:44 +0200)
committer
Andre
<maan@meins.(none)>
Tue, 3 Oct 2006 12:44:02 +0000
(14:44 +0200)
fade.c
patch
|
blob
|
history
diff --git
a/fade.c
b/fade.c
index
8dfbcc2
..
55c62a7
100644
(file)
--- a/
fade.c
+++ b/
fade.c
@@
-174,7
+174,7
@@
static int client_cmd(const char *cmd,...)
int ret, fds[3] = {0, 0, 0};
pid_t pid;
char *cmdline = make_message(BINDIR "/para_client %s", cmd);
- PARA_INFO_LOG("%s", cmdline);
+ PARA_INFO_LOG("%s
\n
", cmdline);
ret = para_exec_cmdline_pid(&pid, cmdline, fds);
free(cmdline);
return ret;