Skip to content

Commit

Permalink
be less verbose
Browse files Browse the repository at this point in the history
Change-Id: I44df668e40c7d2cf14ce849b50b9bffaf54e7ee0
  • Loading branch information
rdementi committed Oct 17, 2023
1 parent f8c18e9 commit 7995daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ void restrictDriverAccessNative(LPCTSTR path)

if (SetFileSecurity(path, DACL_SECURITY_INFORMATION, pSD))
{
_tprintf(TEXT("Successfully restricted access for %s\n"), path);
// _tprintf(TEXT("Successfully restricted access for %s\n"), path);
}
else
{
Expand Down

0 comments on commit 7995daf

Please sign in to comment.