]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Match USERINPUT/USEROUTPUT identifiers
[user/henk/code/inspircd.git] / src / users.cpp
index c2cda4aea003280fb53ba9ec4937a33ddca766a4..14edf649f30710e8e483fa8625326be8bf02b286 100644 (file)
@@ -1012,7 +1012,7 @@ void LocalUser::Write(const std::string& text)
                return;
        }
 
-       ServerInstance->Logs->Log("USEROUTPUT", DEBUG,"C[%d] O %s", this->GetFd(), text.c_str());
+       ServerInstance->Logs->Log("USEROUTPUT", DEBUG,"C[%s] O %s", uuid.c_str(), text.c_str());
 
        this->AddWriteBuf(text);
        this->AddWriteBuf(wide_newline);