From d7a52a75c5b44fd32ac919aac4c87119ebe34ec0 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 13 Sep 2010 16:51:59 -0700 Subject: [PATCH] Fix bug 7409 - Thousands of reduce_name: couldn't get realpath. Don't log this at level 1 - every EACCES will generate one. Thanks to muehlfeld@medizinische-genetik.de for pointing this out. Jeremy. --- source3/smbd/vfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 0dd5bb9..00cf1e5 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -928,7 +928,7 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname) break; } default: - DEBUG(1,("check_reduced_name: couldn't get " + DEBUG(3,("check_reduced_name: couldn't get " "realpath for %s\n", fname)); return map_nt_error_from_unix(errno); } -- 1.7.1