From 3cc56cf2e6575a79dc8c1894eef5b043f0cc9087 Mon Sep 17 00:00:00 2001 From: danieldg Date: Fri, 19 Mar 2010 18:06:39 +0000 Subject: Add RAWIO log level which is more verbose than DEBUG --- src/command_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 204b5b94d..729fd3089 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -354,7 +354,7 @@ bool CommandParser::ProcessBuffer(std::string &buffer,LocalUser *user) if (!user || buffer.empty()) return true; - ServerInstance->Logs->Log("USERINPUT", DEBUG, "C[%s] I :%s %s", + ServerInstance->Logs->Log("USERINPUT", RAWIO, "C[%s] I :%s %s", user->uuid.c_str(), user->nick.c_str(), buffer.c_str()); return ProcessCommand(user,buffer); } -- cgit v1.3.1-10-gc9f91