diff options
author | Adam <Adam@anope.org> | 2010-12-28 18:01:55 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-28 18:01:55 -0500 |
commit | ed13cd11ec5ccee011b0dc744b7ac420ae51b1d1 (patch) | |
tree | c4a082986b2729854f6a3e395d787b9754ad71e0 | |
parent | f8a0a645b0719750061d79cc7aa95aebbadc4c81 (diff) |
Made the moduleGetData debug messages for level 2+
-rw-r--r-- | src/modules.c | 2 | ||||
-rw-r--r-- | version.log | 2 |
2 files changed, 2 insertions, 2 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); } diff --git a/version.log b/version.log index 986a88935..1a31c5a00 100644 --- a/version.log +++ b/version.log @@ -8,7 +8,7 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="5" VERSION_EXTRA="-git" -VERSION_BUILD="3050" +VERSION_BUILD="3051" # $Log$ # Changes since 1.8.5 Release #Revision 3050 - Remove vhost requests from nicks that expire |