diff options
| author | 2006-08-04 12:47:19 +0000 | |
|---|---|---|
| committer | 2006-08-04 12:47:19 +0000 | |
| commit | 7e6cdd6c8b96f17c8c1130e50fdd954cac1d94c9 (patch) | |
| tree | 52d768198639c05ed6be780d9889072f5dbbd4d0 /src/users.cpp | |
| parent | Extra debug (diff) | |
| download | inspircd++-7e6cdd6c8b96f17c8c1130e50fdd954cac1d94c9.tar.gz inspircd++-7e6cdd6c8b96f17c8c1130e50fdd954cac1d94c9.tar.bz2 inspircd++-7e6cdd6c8b96f17c8c1130e50fdd954cac1d94c9.zip | |
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.cpp | 1 |
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()) { |
