diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-06-01 16:51:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-06-01 16:51:25 +0200 |
commit | 4cd16cbb2882e249b79a9d32e148663134a85fbe (patch) | |
tree | ca9367516729050f915b3e387dd8ed5e18d67b21 /tools | |
parent | c9043ec3e8e212da53d20b1a70d4c11b52185b92 (diff) | |
parent | 288a6e4bc8705d65ac692434dd91a1747bdc015b (diff) | |
download | rsyslog-4cd16cbb2882e249b79a9d32e148663134a85fbe.tar.gz rsyslog-4cd16cbb2882e249b79a9d32e148663134a85fbe.tar.bz2 rsyslog-4cd16cbb2882e249b79a9d32e148663134a85fbe.zip |
Merge branch 'beta'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/syslogd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 930920b7..8a04fb6b 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -1662,7 +1662,7 @@ doGlblProcessInit(void) if( !(Debug == DEBUG_FULL || NoFork) ) { - DBGPRINTF("Checking pidfile.\n"); + DBGPRINTF("Checking pidfile '%s'.\n", PidFile); if (!check_pid(PidFile)) { memset(&sigAct, 0, sizeof (sigAct)); @@ -1735,7 +1735,7 @@ doGlblProcessInit(void) } /* tuck my process id away */ - DBGPRINTF("Writing pidfile %s.\n", PidFile); + DBGPRINTF("Writing pidfile '%s'.\n", PidFile); if (!check_pid(PidFile)) { if (!write_pid(PidFile)) |