summaryrefslogtreecommitdiff
path: root/plugins/omstdout/omstdout.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-06-04 22:22:48 +0200
committerMichael Biebl <biebl@debian.org>2014-06-04 22:22:48 +0200
commit7e740a53d3c2eeab4045d55b215a8c1a545203c9 (patch)
tree83db8224788a9fd57e998a645445a59d5d642345 /plugins/omstdout/omstdout.c
parent7693d4302df6ac2ffef2e085857f44530f8d9705 (diff)
parentdaeb0d03d4a65fa118ad25b34958fb9cacbbd6f4 (diff)
downloadrsyslog-7e740a53d3c2eeab4045d55b215a8c1a545203c9.tar.gz
Merge tag 'upstream/8.2.2' into experimental
Upstream version 8.2.2
Diffstat (limited to 'plugins/omstdout/omstdout.c')
-rw-r--r--plugins/omstdout/omstdout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omstdout/omstdout.c b/plugins/omstdout/omstdout.c
index 210b016..5e63ed7 100644
--- a/plugins/omstdout/omstdout.c
+++ b/plugins/omstdout/omstdout.c
@@ -156,7 +156,7 @@ CODESTARTdoAction
* needs to be more solid. -- rgerhards, 2012-11-28
*/
if((r = write(1, toWrite, len)) != (int) len) { /* 1 is stdout! */
- DBGPRINTF("omstdout: error %d writing to stdout[%d]: %s\n",
+ DBGPRINTF("omstdout: error %d writing to stdout[%zd]: %s\n",
r, len, toWrite);
}
if(pWrkrData->pData->bEnsureLFEnding && toWrite[len-1] != '\n') {