mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[ADVAPI32]
Hey Arch, stop spamming my debug logs! svn path=/trunk/; revision=64582
This commit is contained in:
parent
10b789e07a
commit
e5ad24bf5e
1 changed files with 2 additions and 2 deletions
|
@ -711,7 +711,7 @@ EnumHKCRKey(
|
|||
goto Exit;
|
||||
}
|
||||
|
||||
ERR("Maxfallbacksubkeylen: %d\n", MaxFallbackSubKeyLen);
|
||||
TRACE("Maxfallbacksubkeylen: %d\n", MaxFallbackSubKeyLen);
|
||||
|
||||
/* Allocate our buffer */
|
||||
FallbackSubKeyName = RtlAllocateHeap(
|
||||
|
@ -925,7 +925,7 @@ EnumHKCRValue(
|
|||
goto Exit;
|
||||
}
|
||||
|
||||
ERR("Maxfallbacksubkeylen: %d\n", MaxFallbackValueNameLen);
|
||||
TRACE("Maxfallbacksubkeylen: %d\n", MaxFallbackValueNameLen);
|
||||
|
||||
/* Allocate our buffer */
|
||||
FallbackValueName = RtlAllocateHeap(
|
||||
|
|
Loading…
Reference in a new issue