mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Silence a debug message.
svn path=/trunk/; revision=13540
This commit is contained in:
parent
ca17def287
commit
e63c27b419
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ GetFileAttributesExW(LPCWSTR lpFileName,
|
|||
RtlFreeUnicodeString (&FileName);
|
||||
if (!NT_SUCCESS (Status))
|
||||
{
|
||||
DPRINT1 ("NtOpenFile() failed %x (Status %lx)\n", &ObjectAttributes, Status);
|
||||
DPRINT ("NtOpenFile() failed %x (Status %lx)\n", &ObjectAttributes, Status);
|
||||
SetLastErrorByStatus (Status);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue