diff --git a/src/dll/access.c b/src/dll/access.c index 0408e770..81b11cba 100644 --- a/src/dll/access.c +++ b/src/dll/access.c @@ -287,7 +287,7 @@ FSP_API NTSTATUS FspSetSecurityDescriptor(FSP_FILE_SYSTEM *FileSystem, *PSecurityDescriptor = InputDescriptor; - DEBUGLOGSD("SDDL=%s", *PSecurityDescriptor); + //DEBUGLOGSD("SDDL=%s", *PSecurityDescriptor); return STATUS_SUCCESS; }