]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try and...
[user/henk/code/inspircd.git] / src / users.cpp
index 4856ebc388f6f2cd5d87b8b828a77d0abcae6ca5..06aba8fca59bc4e8138a107bed4a2335af8fbb93 100644 (file)
@@ -1384,7 +1384,7 @@ void userrec::Write(std::string text)
 
        try
        {
-               /* ServerInstance->Log(DEBUG,"C[%d] <- %s", this->GetFd(), text.c_str());
+               /* ServerInstance->Log(DEBUG,"C[%d] O %s", this->GetFd(), text.c_str());
                 * WARNING: The above debug line is VERY loud, do NOT
                 * enable it till we have a good way of filtering it
                 * out of the logs (e.g. 1.2 would be good).