From 088ad960e9d77d6a58a3914e53275a5e40b85dc3 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 13 Feb 2008 08:05:03 +0000 Subject: interface change for logmsg() --- plugins/imtemplate/imtemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/imtemplate/imtemplate.c b/plugins/imtemplate/imtemplate.c index f1e1b073..d3e6bbca 100644 --- a/plugins/imtemplate/imtemplate.c +++ b/plugins/imtemplate/imtemplate.c @@ -293,7 +293,7 @@ CODESTARTrunInput pMsg->bParseHOSTNAME = 0; getCurrTime(&(pMsg->tTIMESTAMP)); / * use the current time! * / flags |= INTERNAL_MSG; - logmsg(pri, pMsg, flags); / * some time, CHKiRet() will work here, too [today NOT!] * / + logmsg(pMsg, flags); / * some time, CHKiRet() will work here, too [today NOT!] * / * * Note that UxTradMsg is a wild construct. For the time being, set it to * the raw message text. I am hard thinking at dropping that beast at all... -- cgit v1.2.3