diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-29 10:02:59 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-29 10:02:59 +0200 |
commit | 94acfb1c5f349ede619639e8cb84f2e3d3c28efe (patch) | |
tree | cc2e85a8197a64bb91826442b7218c6f4cb38ed7 /action.c | |
parent | a3ff7eaf859cd6e91f68421b70c4a46d5a41ff2c (diff) | |
download | rsyslog-94acfb1c5f349ede619639e8cb84f2e3d3c28efe.tar.gz rsyslog-94acfb1c5f349ede619639e8cb84f2e3d3c28efe.tar.bz2 rsyslog-94acfb1c5f349ede619639e8cb84f2e3d3c28efe.zip |
ability to load proper select netstrm driver
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -541,7 +541,7 @@ actionWriteToAction(action_t *pAction) pAction->f_pMsg = pMsg; /* use the new msg (pointer will be restored below) */ } - dbgprintf("Called action, logging to %s", module.GetStateName(pAction->pMod)); + dbgprintf("Called action, logging to %s\n", module.GetStateName(pAction->pMod)); time(&now); /* we need this for message repeation processing AND $ActionExecOnlyOnceEveryInterval */ /* now check if we need to drop the message because otherwise the action would be too |