Match USERINPUT/USEROUTPUT identifiers

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12004 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
danieldg 2009-11-03 22:45:50 +00:00
parent ab4b307b74
commit 9566b0bb15
3 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#else
#include "inspircd_win32wrapper.h"
/** Windows defines these already */
#undef DELETE
#undef ERROR
#endif

0
src/modules/m_nationalchars.cpp Executable file → Normal file
View File

View 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);