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 1955c9029..645e07046 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1341,7 +1341,7 @@ void userrec::Write(std::string text) try { - /* ServerInstance->Log(DEBUG,"<- %s", text.c_str()); + /* ServerInstance->Log(DEBUG,"C[%d] <- %s", this->GetFd(), text.c_str()); * WARNING: The above debug line is VERY loud, do NOT * enable it till we have a good way of filtering it * out of the logs (e.g. 1.2 would be good). |