mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
[SETUP] Silence some noisy DPRINT1
This commit is contained in:
parent
3fc3447f3e
commit
0150bb964a
4 changed files with 11 additions and 8 deletions
|
@ -809,7 +809,7 @@ ProcessDisplayRegistry(
|
|||
}
|
||||
|
||||
ASSERT(wcslen(ServiceName) < 10);
|
||||
DPRINT1("Service name: '%S'\n", ServiceName);
|
||||
DPRINT("Service name: '%S'\n", ServiceName);
|
||||
|
||||
RtlStringCchPrintfW(RegPath, ARRAYSIZE(RegPath),
|
||||
L"System\\CurrentControlSet\\Services\\%s",
|
||||
|
@ -853,7 +853,7 @@ ProcessDisplayRegistry(
|
|||
RtlStringCchPrintfW(RegPath, ARRAYSIZE(RegPath),
|
||||
L"System\\CurrentControlSet\\Hardware Profiles\\Current\\System\\CurrentControlSet\\Services\\%s\\Device0",
|
||||
ServiceName);
|
||||
DPRINT1("RegPath: '%S'\n", RegPath);
|
||||
DPRINT("RegPath: '%S'\n", RegPath);
|
||||
RtlInitUnicodeString(&KeyName, RegPath);
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&KeyName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue