diff options
author | Demo <rger@debian5-demo.demo.example.net> | 2009-03-31 22:10:37 +0200 |
---|---|---|
committer | Demo <rger@debian5-demo.demo.example.net> | 2009-03-31 22:10:37 +0200 |
commit | e3f21521cd6ae237fd9b362281fe188380210fb5 (patch) | |
tree | f1a497b19ff3be69538cce910519df53df3fcf90 /tools/omfwd.c | |
parent | d27edc7587dba7b850759d151d90cdad1cb34a35 (diff) | |
download | rsyslog-e3f21521cd6ae237fd9b362281fe188380210fb5.tar.gz rsyslog-e3f21521cd6ae237fd9b362281fe188380210fb5.tar.xz rsyslog-e3f21521cd6ae237fd9b362281fe188380210fb5.zip |
fixed some problems with "make check"
interestingly, they manifested on Debian, only, but potentially
existed on other platforms, too.
Diffstat (limited to 'tools/omfwd.c')
-rw-r--r-- | tools/omfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omfwd.c b/tools/omfwd.c index 7a945ce0..88a382e0 100644 --- a/tools/omfwd.c +++ b/tools/omfwd.c @@ -177,7 +177,7 @@ ENDfreeInstance BEGINdbgPrintInstInfo CODESTARTdbgPrintInstInfo - printf("%s", pData->f_hname); + dbgprintf("%s", pData->f_hname); ENDdbgPrintInstInfo |