summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-04 12:47:19 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-04 12:47:19 +0000
commit7e6cdd6c8b96f17c8c1130e50fdd954cac1d94c9 (patch)
tree52d768198639c05ed6be780d9889072f5dbbd4d0 /src/users.cpp
parentb886782d50405274b9ede463bbd192d4443a897f (diff)
Debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4700 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 1 insertions, 0 deletions
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())
{