diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-20 17:37:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-20 17:37:23 +0000 |
commit | 66df5a6c218cbac7a87d265cb195f74c8a812bc2 (patch) | |
tree | 095baf6a7c9c889ffc092beb1b5e8e277d20c39d /modules.c | |
parent | eb388d6d8a16e909b0791a8148c0fbd780ddace6 (diff) | |
download | rsyslog-66df5a6c218cbac7a87d265cb195f74c8a812bc2.tar.gz rsyslog-66df5a6c218cbac7a87d265cb195f74c8a812bc2.tar.xz rsyslog-66df5a6c218cbac7a87d265cb195f74c8a812bc2.zip |
made librelp and rsyslog relp system send the first messages to the remote
peer (but it then discards them ;))
Diffstat (limited to 'modules.c')
-rw-r--r-- | modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -472,7 +472,7 @@ modUnlinkAndDestroy(modInfo_t **ppThis) dbgprintf("module %s NOT unloaded because it still has a refcount of %u\n", pThis->pszName, pThis->uRefCnt); # ifdef DEBUG - modUsrPrintAll(); + //modUsrPrintAll(); # endif ABORT_FINALIZE(RS_RET_MODULE_STILL_REFERENCED); } |