summaryrefslogtreecommitdiffstats
path: root/modules.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-20 17:37:23 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-20 17:37:23 +0000
commit66df5a6c218cbac7a87d265cb195f74c8a812bc2 (patch)
tree095baf6a7c9c889ffc092beb1b5e8e277d20c39d /modules.c
parenteb388d6d8a16e909b0791a8148c0fbd780ddace6 (diff)
downloadrsyslog-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.c b/modules.c
index 98d8f281..3864a054 100644
--- a/modules.c
+++ b/modules.c
@@ -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);
}