From 483d3140040f27f53082d8d4a7052ee0421aa2b3 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Mon, 16 Jul 2012 21:53:35 +0200
Subject: [PATCH] fade: Upgrade client command log message to loglevel NOTICE.

This is one of the more interesting log messages of para_fade.
---
 fade.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
2.39.5