From d12b3b487023c6ba19578d08ac1cbc088a497f22 Mon Sep 17 00:00:00 2001 From: Thomas D Date: Fri, 27 Mar 2015 01:26:46 +0100 Subject: [PATCH] Output pidfile only in verbose mode --- src/ipmievd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipmievd.c b/src/ipmievd.c index d3847f0..cc1ca0f 100644 --- a/src/ipmievd.c +++ b/src/ipmievd.c @@ -738,7 +738,7 @@ ipmievd_main(struct ipmi_event_intf * eintf, int argc, char ** argv) } } - lprintf(LOG_NOTICE, "ipmievd: using pidfile %s", pidfile); + lprintf(LOG_DEBUG, "ipmievd: using pidfile %s", pidfile); /* * We need to open interface before forking daemon