From 254e8c46c432ec0540181a62ad71c08dd119e380 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 17 Jul 2012 10:04:03 -0700 Subject: Add debug message when SD hash doesn't match. --- source3/modules/vfs_acl_common.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index c7bce5710a..a3d53a1345 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -370,6 +370,11 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle, } /* Hash doesn't match, return underlying sd. */ + DEBUG(10, ("get_nt_acl_internal: blob hash " + "does not match for file %s - returning " + "file system SD mapping.\n", + name )); + TALLOC_FREE(psd); psd = pdesc_next; -- cgit