From 222fa8743ad2792deb015da09129b61334a90e94 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 18 Dec 2008 07:26:07 +0000 Subject: [PATCH] DPRINT1 -> DPRINT on failure to prevent spamming of buildbot winetest logs svn path=/trunk/; revision=38164 --- reactos/dll/win32/kernel32/misc/atom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/kernel32/misc/atom.c b/reactos/dll/win32/kernel32/misc/atom.c index f719af5ef88..e801dc229d9 100644 --- a/reactos/dll/win32/kernel32/misc/atom.c +++ b/reactos/dll/win32/kernel32/misc/atom.c @@ -405,7 +405,7 @@ InternalGetAtomName(BOOLEAN Local, if (!NT_SUCCESS(Status)) { /* Fail */ - DPRINT1("Failed: %lx\n", Status); + DPRINT("Failed: %lx\n", Status); SetLastErrorByStatus(Status); }