mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:43:01 +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
|
@ -497,7 +497,7 @@ IniCacheLoadFromMemory(
|
|||
&SectionName,
|
||||
&SectionNameSize);
|
||||
|
||||
DPRINT1("[%.*s]\n", SectionNameSize, SectionName);
|
||||
DPRINT("[%.*s]\n", SectionNameSize, SectionName);
|
||||
|
||||
Section = IniCacheAddSection(*Cache,
|
||||
SectionName,
|
||||
|
@ -526,7 +526,7 @@ IniCacheLoadFromMemory(
|
|||
&KeyValueSize,
|
||||
String);
|
||||
|
||||
DPRINT1("'%.*s' = '%.*s'\n", KeyNameSize, KeyName, KeyValueSize, KeyValue);
|
||||
DPRINT("'%.*s' = '%.*s'\n", KeyNameSize, KeyName, KeyValueSize, KeyValue);
|
||||
|
||||
Key = IniCacheAddKey(Section,
|
||||
KeyName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue