mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Silence a debug message.
svn path=/trunk/; revision=13540
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user