summaryrefslogtreecommitdiff
path: root/src/cmd_restart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_restart.cpp')
-rw-r--r--src/cmd_restart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_restart.cpp b/src/cmd_restart.cpp
index c72a16495..ff3d641ff 100644
--- a/src/cmd_restart.cpp
+++ b/src/cmd_restart.cpp
@@ -25,7 +25,7 @@
void cmd_restart::Handle (const char** parameters, int pcnt, userrec *user)
{
char *argv[32];
- log(DEFAULT,"Restart: %s",user->nick);
+ ServerInstance->Log(DEFAULT,"Restart: %s",user->nick);
if (!strcmp(parameters[0],ServerInstance->Config->restartpass))
{
ServerInstance->WriteOpers("*** RESTART command from %s!%s@%s, restarting server.",user->nick,user->ident,user->host);