X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fusers.cpp;h=e3aeb299b8a8d2ea90e2a15a6248f5a794f369dd;hb=4507fa2302b7dd0a8f6f0a43d9b46f6c21bf3345;hp=404e1f5a95f8e672f20ab5cf1496cebf2a2cd90b;hpb=bfaf7e3b27981a5144faba6d17c6e29fac735dbb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/users.cpp b/src/users.cpp index 404e1f5a9..e3aeb299b 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -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 (...)