diff options
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index f842ee49e..a16b73b25 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -410,7 +410,7 @@ void CommandParser::ProcessBuffer(std::string &buffer,userrec *user) if (buffer.length()) { - ServerInstance->Log(DEBUG,"CMDIN: %s %s",user->nick,buffer.c_str()); + ServerInstance->Log(DEBUG,"-> :%s %s",user->nick,buffer.c_str()); this->ProcessCommand(user,buffer); } } |