diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-13 08:05:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-13 08:05:03 +0000 |
commit | 088ad960e9d77d6a58a3914e53275a5e40b85dc3 (patch) | |
tree | 762f45e02de9e3f84fe6111562979c933b4cd64b /plugins/imtemplate/imtemplate.c | |
parent | 13dfec032daeed349dbe2be9251dbc5627264d79 (diff) | |
download | rsyslog-088ad960e9d77d6a58a3914e53275a5e40b85dc3.tar.gz rsyslog-088ad960e9d77d6a58a3914e53275a5e40b85dc3.tar.xz rsyslog-088ad960e9d77d6a58a3914e53275a5e40b85dc3.zip |
interface change for logmsg()
Diffstat (limited to 'plugins/imtemplate/imtemplate.c')
-rw-r--r-- | plugins/imtemplate/imtemplate.c | 2 |
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... |