mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
DPRINT1 -> DPRINT on failure to prevent spamming of buildbot winetest logs
svn path=/trunk/; revision=38164
This commit is contained in:
@@ -405,7 +405,7 @@ InternalGetAtomName(BOOLEAN Local,
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
/* Fail */
|
||||
DPRINT1("Failed: %lx\n", Status);
|
||||
DPRINT("Failed: %lx\n", Status);
|
||||
SetLastErrorByStatus(Status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user