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 d4e87780c..d9a20411b 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -76,6 +76,7 @@ int userrec::ReadData(void* buffer, size_t size)
{
if (this->fd > -1)
{
+ log(DEBUG,"userrec::ReadData on fd %d",this->fd);
return read(this->fd, buffer, size);
}
else return 0;