diff options
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); } |