summaryrefslogtreecommitdiffstats
path: root/modules.c
diff options
context:
space:
mode:
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);
}