diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-07 14:13:52 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-07 14:13:52 +0000 |
commit | 0561c5654e11baf27a54e273df41ca8fd2a4c757 (patch) | |
tree | d0e3fd082598f40a0d95c027ca18529f780d4e7a /modules.c | |
parent | 607177837713cd800446605630658eb596022086 (diff) | |
download | rsyslog-0561c5654e11baf27a54e273df41ca8fd2a4c757.tar.gz rsyslog-0561c5654e11baf27a54e273df41ca8fd2a4c757.tar.xz rsyslog-0561c5654e11baf27a54e273df41ca8fd2a4c757.zip |
removed debug aidv1-20-0
Diffstat (limited to 'modules.c')
-rw-r--r-- | modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); |