From dbfc0329131107c3e1b11612d96ca66bdf861e3b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Mar 2008 17:36:57 +0000 Subject: some cleanup --- syslogd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'syslogd.c') 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; -- cgit