summaryrefslogtreecommitdiff
path: root/modules/core/ss_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ss_main.cpp')
-rw-r--r--modules/core/ss_main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/ss_main.cpp b/modules/core/ss_main.cpp
index 1b7188781..0e68a2795 100644
--- a/modules/core/ss_main.cpp
+++ b/modules/core/ss_main.cpp
@@ -41,10 +41,10 @@ class SSMain : public Module
statserv = findbot("StatServ");
if (!statserv)
{
- Alog() << "Creating SS";
+ Log() << "Creating SS";
statserv = new BotInfo("StatServ", Config->ServiceUser, Config->ServiceHost, "Stats Service");
}
- Alog() << "Done creating SS";
+ Log() << "Done creating SS";
this->AddCommand(statserv, &commandsshelp);
}