summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 2c03d4e514..849ccba5fb 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -557,7 +557,8 @@ connection_struct *make_connection(char *service,char *user,char *password, int
}
if (vfs_ChDir(conn,conn->connectpath) != 0) {
- DEBUG(0,("Can't change directory to %s (%s)\n",
+ DEBUG(0,("%s (%s) Can't change directory to %s (%s)\n",
+ remote_machine, conn->client_address,
conn->connectpath,strerror(errno)));
unbecome_user();
yield_connection(conn,