diff options
author | Adam <Adam@anope.org> | 2014-01-09 15:41:49 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-09 15:41:49 -0500 |
commit | e19661e1de7f290de53b3db9111bb7ac688a8d0b (patch) | |
tree | 8bc1bb247f9675f8c83f6f419edccea42e619d80 /include/logger.h | |
parent | 09879c5c15c893f3bdae858853285473d76c57b4 (diff) |
Make DNSBL log message use the module type and give it a category too
Diffstat (limited to 'include/logger.h')
-rw-r--r-- | include/logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/logger.h b/include/logger.h index 94aebec56..31fd4f627 100644 --- a/include/logger.h +++ b/include/logger.h @@ -92,7 +92,7 @@ class CoreExport Log Log(BotInfo *b, const Anope::string &category = ""); - Log(Module *m, const Anope::string &category = ""); + Log(Module *m, const Anope::string &category = "", BotInfo *bi = NULL); ~Log(); |