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); }