From a6de2e589254dbfffd2746d8efbefc04f8ed3725 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 14 Jul 2008 11:39:58 +0200 Subject: cleanup of debugging messages (removed no longer needed ones) --- tools/syslogd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/syslogd.c') diff --git a/tools/syslogd.c b/tools/syslogd.c index b005b6d0..3f97a70f 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -908,8 +908,6 @@ logmsgInternal(int iErr, int pri, uchar *msg, int flags) datetime.getCurrTime(&(pMsg->tTIMESTAMP)); /* use the current time! */ flags |= INTERNAL_MSG; -RUNLOG_VAR("%d", bHaveMainQueue); -RUNLOG_VAR("%p", pMsg); if(bHaveMainQueue == 0) { /* not yet in queued mode */ iminternalAddMsg(pri, pMsg, flags); } else { @@ -1628,14 +1626,10 @@ logmsg(msg_t *pMsg, int flags) /* ---------------------- END PARSING ---------------- */ -RUNLOG; /* now submit the message to the main queue - then we are done */ pMsg->msgFlags = flags; -RUNLOG; MsgPrepareEnqueue(pMsg); -RUNLOG; queueEnqObj(pMsgQueue, pMsg->flowCtlType, (void*) pMsg); -RUNLOG; ENDfunc } -- cgit v1.2.3