X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsubsys%2Fsmss%2Finitobdir.c;h=df65eca50d19b4c4cecc42bde7e2c51a3e648104;hp=1eb45a0d0ae11631ef32ab5743743eae969d87fa;hb=641850501054c2cd04f187dce301e755206e9959;hpb=840e249e37c2dde5ec809625932cdd10a0572cca diff --git a/reactos/subsys/smss/initobdir.c b/reactos/subsys/smss/initobdir.c index 1eb45a0d0ae..df65eca50d1 100644 --- a/reactos/subsys/smss/initobdir.c +++ b/reactos/subsys/smss/initobdir.c @@ -41,10 +41,8 @@ SmpObjectDirectoryQueryRoutine(PWSTR ValueName, HANDLE WindowsDirectory; NTSTATUS Status = STATUS_SUCCESS; -#ifndef NDEBUG - DbgPrint("ValueName '%S' Type %lu Length %lu\n", ValueName, ValueType, ValueLength); - DbgPrint("ValueData '%S'\n", (PWSTR)ValueData); -#endif + DPRINT("ValueName '%S' Type %lu Length %lu\n", ValueName, ValueType, ValueLength); + DPRINT("ValueData '%S'\n", (PWSTR)ValueData); if (ValueType != REG_SZ) { return(STATUS_SUCCESS);