summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
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())
{