diff options
Diffstat (limited to 'src')
-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()) { |