diff options
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(); |