summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/imtemplate/imtemplate.c2
1 files changed, 1 insertions, 1 deletions
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...