]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Add strerror(errno) to port bind failure on TreeSocket
[user/henk/code/inspircd.git] / src / users.cpp
index 78c72801de7eaef39d3a212d39c839e551b4a877..d923cdb2633ccb73581cdb95de0f7f5a718eff23 100644 (file)
@@ -1333,6 +1333,11 @@ void userrec::Write(std::string text)
 
        try
        {
+               /* ServerInstance->Log(DEBUG,"<- %s", 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).
+                */
                text.append("\r\n");
        }
        catch (...)