summaryrefslogtreecommitdiff
path: root/modules/botserv/autoassign.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-01-23 12:35:14 -0500
committerAdam <Adam@anope.org>2017-01-23 12:35:14 -0500
commit16ca76c2e7ab287e480185fbb03a0bb438351eda (patch)
treedfb25534afa2352b65b2ee707086cb5eecc96fbb /modules/botserv/autoassign.cpp
parentff030c1eb7c3764f9add2a689479e84d616cabcb (diff)
Make log system use newer format strings
Also allow log messages to be translatable
Diffstat (limited to 'modules/botserv/autoassign.cpp')
-rw-r--r--modules/botserv/autoassign.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botserv/autoassign.cpp b/modules/botserv/autoassign.cpp
index 3bb6dce64..861d97f6f 100644
--- a/modules/botserv/autoassign.cpp
+++ b/modules/botserv/autoassign.cpp
@@ -37,7 +37,7 @@ class BSAutoAssign : public Module
ServiceBot *bi = ServiceBot::Find(bot, true);
if (bi == NULL)
{
- Log(this) << "bs_autoassign is configured to assign bot " << bot << ", but it does not exist?";
+ logger.Log("bs_autoassign is configured to assign bot {0}, but it does not exist?", bot);
return;
}