summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-08-28 22:53:05 +0000
committerTim Prouty <tprouty@samba.org>2009-09-24 10:59:33 -0700
commit86b1a4cb868ee646326bff8b5c3ba807fb0556be (patch)
tree9dd85997d9a44c1a3da3e2a4787a929ac5a884a6 /source3/smbd/filename.c
parent32ee9767088fcd395e1f1a22d781d33b076aa78b (diff)
downloadsamba-86b1a4cb868ee646326bff8b5c3ba807fb0556be.tar.gz
samba-86b1a4cb868ee646326bff8b5c3ba807fb0556be.tar.bz2
samba-86b1a4cb868ee646326bff8b5c3ba807fb0556be.zip
s3: Add more helpful debugging to some of the streams code
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r--source3/smbd/filename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index ee97388da2..a64ca27114 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -973,8 +973,8 @@ static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx,
}
if (errno != ENOENT) {
+ DEBUG(10, ("vfs_stat failed: %s\n", strerror(errno)));
status = map_nt_error_from_unix(errno);
- DEBUG(10, ("vfs_stat failed: %s\n", nt_errstr(status)));
goto fail;
}