From 9566b0bb159d994506094f011b5dcf73fc1c38a3 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 3 Nov 2009 22:45:50 +0000 Subject: Match USERINPUT/USEROUTPUT identifiers git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12004 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index c2cda4aea..14edf649f 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -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); -- cgit v1.2.3