summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-07 17:36:57 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-07 17:36:57 +0000
commitdbfc0329131107c3e1b11612d96ca66bdf861e3b (patch)
treefdd30976c80dc40b5be679aa8301d898aeaef09d /syslogd.c
parent4db62823e7a8e41e829c08a461f5e6b2193a6d62 (diff)
downloadrsyslog-dbfc0329131107c3e1b11612d96ca66bdf861e3b.tar.gz
rsyslog-dbfc0329131107c3e1b11612d96ca66bdf861e3b.tar.xz
rsyslog-dbfc0329131107c3e1b11612d96ca66bdf861e3b.zip
some cleanup
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 2eec6619..303358d1 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -899,7 +899,6 @@ logmsgInternal(int pri, char *msg, int flags)
pMsg->iFacility = LOG_FAC(pri);
pMsg->iSeverity = LOG_PRI(pri);
pMsg->bParseHOSTNAME = 0;
-RUNLOG_VAR("%p", datetime.getCurrTime);
datetime.getCurrTime(&(pMsg->tTIMESTAMP)); /* use the current time! */
flags |= INTERNAL_MSG;