modified CHANGELOG for 5.0, improved some logs

This commit is contained in:
Olof hagsand 2021-02-25 21:58:57 +01:00
parent e1e391ad0d
commit 84ac4a1e49
6 changed files with 70 additions and 63 deletions

View file

@ -267,7 +267,7 @@ main(int argc,
clicon_log_init(__PROGRAM__, dbg?LOG_DEBUG:LOG_INFO, logdst);
clicon_debug_init(dbg, NULL);
clicon_log(LOG_NOTICE, "%s: %u Started", __PROGRAM__, getpid());
clicon_log(LOG_NOTICE, "%s fcgi: %u Started", __PROGRAM__, getpid());
if (set_signal(SIGTERM, restconf_sig_term, NULL) < 0){
clicon_err(OE_DAEMON, errno, "Setting signal");
goto done;