mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
DPRINT1 -> DPRINT on failure to prevent spamming of buildbot winetest logs
svn path=/trunk/; revision=38164
This commit is contained in:
parent
36ac6dbed7
commit
222fa8743a
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ InternalGetAtomName(BOOLEAN Local,
|
|||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
/* Fail */
|
||||
DPRINT1("Failed: %lx\n", Status);
|
||||
DPRINT("Failed: %lx\n", Status);
|
||||
SetLastErrorByStatus(Status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue