]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Debug
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 4 Aug 2006 12:47:19 +0000 (12:47 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 4 Aug 2006 12:47:19 +0000 (12:47 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4700 e03df62e-2008-0410-955e-edbf42e46eb7

src/users.cpp

index dd6a4c785ef8e8e39e6f2abb6508e347488b7fdf..057922d2aa47d77f8485376189aa5702dd38f1dc 100644 (file)
@@ -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())
        {