summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-07 14:13:52 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-07 14:13:52 +0000
commit0561c5654e11baf27a54e273df41ca8fd2a4c757 (patch)
treed0e3fd082598f40a0d95c027ca18529f780d4e7a
parent607177837713cd800446605630658eb596022086 (diff)
downloadrsyslog-1-20-0.tar.gz
rsyslog-1-20-0.tar.xz
rsyslog-1-20-0.zip
removed debug aidv1-20-0
-rw-r--r--modules.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules.c b/modules.c
index 83e9c560..f04c4a97 100644
--- a/modules.c
+++ b/modules.c
@@ -190,7 +190,6 @@ static rsRetVal modPrepareUnload(modInfo_t *pThis)
* CVS snapshot, be aware of this limitation. For now, you can just remove everything up to
* (but not including) the END DEVEL comment. That will do the trick. rgerhards, 2007-11-21
*/
-dbgprintf("we are now calling modExit(), module id %x\n", pModCookie);
CHKiRet(pThis->modGetID(&pModCookie));
pThis->modExit(); /* tell the module to get ready for unload */
CHKiRet(unregCfSysLineHdlrs4Owner(pModCookie));