From: Andre Noll Date: Mon, 16 Jul 2012 19:53:35 +0000 (+0200) Subject: fade: Upgrade client command log message to loglevel NOTICE. X-Git-Tag: v0.4.12~10^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=483d3140040f27f53082d8d4a7052ee0421aa2b3;ds=sidebyside fade: Upgrade client command log message to loglevel NOTICE. This is one of the more interesting log messages of para_fade. --- diff --git a/fade.c b/fade.c index 68e1b5f5..8ee192cd 100644 --- 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) {