From fe3da89e8ef510dda2b12a3d47bf3efc2cdc98ef Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 19 Oct 2004 14:32:13 +0000 Subject: [PATCH] Disable debug messages. svn path=/trunk/; revision=11332 --- reactos/lib/setupapi/devinst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/setupapi/devinst.c b/reactos/lib/setupapi/devinst.c index 675773792a0..377393b1653 100644 --- a/reactos/lib/setupapi/devinst.c +++ b/reactos/lib/setupapi/devinst.c @@ -119,7 +119,7 @@ BOOL WINAPI SetupDiBuildClassInfoListExW( NULL, NULL, NULL); - DPRINT("RegEnumKeyExW() returns %ld\n", lError); + TRACE("RegEnumKeyExW() returns %ld\n", lError); if (lError == ERROR_SUCCESS || lError == ERROR_MORE_DATA) { TRACE("Key name: %S\n", szKeyName); @@ -703,7 +703,7 @@ BOOL WINAPI SetupDiGetClassDescriptionExW( Reserved); if (hKey == INVALID_HANDLE_VALUE) { - DPRINT1("SetupDiOpenClassRegKeyExW() failed (Error %lu)\n", GetLastError()); + ERR("SetupDiOpenClassRegKeyExW() failed (Error %lu)\n", GetLastError()); return FALSE; }