diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 13:53:37 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 13:53:37 +0100 |
commit | a2f547fdbfcad6cdc641b8958ccc2dac761b02b6 (patch) | |
tree | c54dde057599900ddd7a32abc40d80ae2e703e49 /tools | |
parent | 94f8ca5e2cc12dd2ea9fed6027b531b182cfe73d (diff) | |
parent | b54797da054a74144f10dfeb0daeca99decd9b12 (diff) | |
download | rsyslog-a2f547fdbfcad6cdc641b8958ccc2dac761b02b6.tar.gz rsyslog-a2f547fdbfcad6cdc641b8958ccc2dac761b02b6.tar.xz rsyslog-a2f547fdbfcad6cdc641b8958ccc2dac761b02b6.zip |
Merge branch 'beta'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 95f343d8..853a97f7 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -1648,7 +1648,7 @@ logmsg(msg_t *pMsg, int flags) assert(pMsg != NULL); assert(pMsg->pszUxTradMsg != NULL); msg = (char*) pMsg->pszUxTradMsg; - dbgprintf("logmsg: flags %x, pri %s, from '%s', msg %s\n", flags, getPRI(pMsg), getRcvFrom(pMsg), msg); + dbgprintf("logmsg: flags %x, from '%s', msg %s\n", flags, getRcvFrom(pMsg), msg); /* rger 2005-11-24 (happy thanksgiving!): we now need to check if we have * a traditional syslog message or one formatted according to syslog-protocol. |