From 0c43ce84b720f6087e68f4df87f63f6e9145aaa5 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Oct 09 2012 15:54:26 +0000 Subject: wdmd: show option values in start message Signed-off-by: David Teigland --- diff --git a/wdmd/main.c b/wdmd/main.c index 9d7ac7d..482ab29 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -1403,7 +1403,8 @@ int main(int argc, char *argv[]) openlog("wdmd", LOG_CONS | LOG_PID, LOG_DAEMON); - log_error("wdmd started allow_scripts %d", allow_scripts); + log_error("wdmd started S%d H%d G%d", allow_scripts, high_priority, + socket_gid); setup_priority();