fade: Upgrade client command log message to loglevel NOTICE.
authorAndre Noll <maan@systemlinux.org>
Mon, 16 Jul 2012 19:53:35 +0000 (21:53 +0200)
committerAndre 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

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);
 
        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) {
        ret = para_exec_cmdline_pid(&pid, cmdline, fds);
        free(cmdline);
        if (ret < 0) {