From 7e6cdd6c8b96f17c8c1130e50fdd954cac1d94c9 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 4 Aug 2006 12:47:19 +0000 Subject: Debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4700 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/users.cpp b/src/users.cpp index dd6a4c785..057922d2a 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -581,6 +581,7 @@ void userrec::FlushWriteBuf() void userrec::SetWriteError(const std::string &error) { + log(DEBUG,"SetWriteError: %s",error.c_str()); // don't try to set the error twice, its already set take the first string. if (!this->WriteError.length()) { -- cgit v1.2.3