summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index d805a1f65..f62f00340 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -21,8 +21,6 @@
*/
-/* $Core */
-
#include "inspircd.h"
#include "xline.h"
#include "command_parse.h"
@@ -127,7 +125,7 @@ CmdResult SplitCommand::Handle(const std::vector<std::string>& parms, User* u)
return HandleRemote(parms, IS_REMOTE(u));
if (IS_SERVER(u))
return HandleServer(parms, IS_SERVER(u));
- ServerInstance->Logs->Log("COMMAND", DEFAULT, "Unknown user type in command (uuid=%s)!", u->uuid.c_str());
+ ServerInstance->Logs->Log("COMMAND", LOG_DEFAULT, "Unknown user type in command (uuid=%s)!", u->uuid.c_str());
return CMD_INVALID;
}