summaryrefslogtreecommitdiffstats
path: root/runtime/modules.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-06-20 08:53:58 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-06-20 08:53:58 +0200
commit083d52c86199f64306f1af058b3d4771a37c342f (patch)
treeb96860d90d40c7175d12f980431fc48a4e50788b /runtime/modules.c
parent8bd173f72327aa905ed1ab979b612edd5509c209 (diff)
downloadrsyslog-083d52c86199f64306f1af058b3d4771a37c342f.tar.gz
rsyslog-083d52c86199f64306f1af058b3d4771a37c342f.tar.xz
rsyslog-083d52c86199f64306f1af058b3d4771a37c342f.zip
bugfix: some error states were swapped
... in gnutls code, resulting in some hard too understand error messages. Also genereally improved certificate error messages a bit. Also, added GnuTLS debugging support.
Diffstat (limited to 'runtime/modules.c')
-rw-r--r--runtime/modules.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/modules.c b/runtime/modules.c
index 1e59a5fc..502e6525 100644
--- a/runtime/modules.c
+++ b/runtime/modules.c
@@ -538,10 +538,12 @@ modUnloadAndDestructAll(eModLinkType_t modLinkTypesToUnload)
}
# ifdef DEBUG
+ /* DEV DEBUG only!
if(pLoadedModules != NULL) {
dbgprintf("modules still loaded after module.UnloadAndDestructAll:\n");
modUsrPrintAll();
}
+ */
# endif
RETiRet;