diff options
-rw-r--r-- | source3/modules/vfs_acl_common.c | 5 |
1 files changed, 5 insertions, 0 deletions
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; |