summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-15 13:25:14 -0400
committerAdam <Adam@anope.org>2010-10-15 13:25:14 -0400
commitf3c2933542d8702ebca37a20d721c8ca6c918771 (patch)
treedaa4d220412c4e4844c1a98769725286896e55c2 /src/users.cpp
parent4ddb469864451af7d75c0bb448fc0aa22f21558d (diff)
Fixed an wrong logging example in example.conf and fixed misc messages being not logged as normal
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index ae9c59a75..6ab771ec1 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -839,7 +839,7 @@ User *do_nick(const Anope::string &source, const Anope::string &nick, const Anop
do_on_id(user);
ircdproto->SetAutoIdentificationToken(user);
user->SetMode(NickServ, UMODE_REGISTERED);
- Log() << Config->s_NickServ << ": " << user->GetMask() << " automatically identified for group " << user->Account()->display;
+ Log(NickServ) << user->GetMask() << " automatically identified for group " << user->Account()->display;
}
if (ircd->sqline)