diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 7f06cfdec..d9b417195 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1333,7 +1333,7 @@ void userrec::Write(std::string text) try { - ServerInstance->Log(DEBUG,"<- :%s %s", this->nick, text.c_str()); + ServerInstance->Log(DEBUG,"<- %s", text.c_str()); text.append("\r\n"); } catch (...) |