summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-27 14:29:09 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-27 14:29:09 +0000
commitcebbf6d44ef277c7349fec19e70f93915b351e2a (patch)
tree78ecc0d718d255e06e55fabf87a1244598574783 /msg.c
parentc7b246e3b64b79f588f364d904cdb1337eccd91b (diff)
downloadrsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.tar.gz
rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.tar.xz
rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.zip
some cleanup
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 4169220f..f13c6e8e 100644
--- a/msg.c
+++ b/msg.c
@@ -1469,7 +1469,7 @@ char *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe,
++iCurrFld;
}
}
- dbgprintf("field requested %d, field found %d\n", pTpe->data.field.iToPos, iCurrFld);
+ dbgprintf("field requested %d, field found %d\n", pTpe->data.field.iToPos, (int) iCurrFld);
if(iCurrFld == pTpe->data.field.iToPos) {
/* field found, now extract it */