summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-12-28 18:01:55 -0500
committerAdam <Adam@anope.org>2010-12-28 18:01:55 -0500
commited13cd11ec5ccee011b0dc744b7ac420ae51b1d1 (patch)
treec4a082986b2729854f6a3e395d787b9754ad71e0 /src
parentf8a0a645b0719750061d79cc7aa95aebbadc4c81 (diff)
Made the moduleGetData debug messages for level 2+
Diffstat (limited to 'src')
-rw-r--r--src/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.c b/src/modules.c
index ab3352ac8..6d666d8bc 100644
--- a/src/modules.c
+++ b/src/modules.c
@@ -2216,7 +2216,7 @@ char *moduleGetData(ModuleData ** md, char *key)
do_backtrace(0);
}
- if (debug) {
+ if (debug > 1) {
alog("debug: moduleGetData %p : key %s", (void *) md, key);
alog("debug: Current Module %s", mod_name);
}