]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like the...
[user/henk/code/inspircd.git] / src / users.cpp
index 404e1f5a95f8e672f20ab5cf1496cebf2a2cd90b..e3aeb299b8a8d2ea90e2a15a6248f5a794f369dd 100644 (file)
@@ -1065,7 +1065,7 @@ void User::Write(std::string text)
 
        try
        {
-               ServerInstance->Logs->Log("USERIO", DEBUG,"C[%d] O %s", this->GetFd(), text.c_str());
+               ServerInstance->Logs->Log("USEROUTPUT", DEBUG,"C[%d] O %s", this->GetFd(), text.c_str());
                text.append("\r\n");
        }
        catch (...)