From: Harlan Stenn Date: Tue, 13 Nov 2012 22:49:10 +0000 (-0500) Subject: [Bug 1320] Log ntpd's initial command-line parameters - updated fix X-Git-Tag: NTP_4_2_7P322~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1c4f6ed64caf2c5e59af4e2f367453d1db38df;p=thirdparty%2Fntp.git [Bug 1320] Log ntpd's initial command-line parameters - updated fix bk: 50a2ce663kuqPXoYxdjk_uPKU_s-gw --- diff --git a/ChangeLog b/ChangeLog index 86f0585bc..4213ee0a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 1320] Log ntpd's initial command-line parameters. (updated fix) (4.2.7p321) 2012/11/13 Released by Harlan Stenn * [Bug 1320] Log ntpd's initial command-line parameters. (4.2.7p320) 2012/11/12 Released by Harlan Stenn diff --git a/ntpd/ntpd.c b/ntpd/ntpd.c index e52dedd7e..6a8f78003 100644 --- a/ntpd/ntpd.c +++ b/ntpd/ntpd.c @@ -493,7 +493,7 @@ ntpdmain( "%s%s", &" "[(cp == buf)], saved_argv[i]); cp += strlen(cp); } - msyslog("Command line: %s", buf); + msyslog(LOG_NOTICE, "Command line: %s", buf); } /*