mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +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;
|
goto Exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR("Maxfallbacksubkeylen: %d\n", MaxFallbackSubKeyLen);
|
TRACE("Maxfallbacksubkeylen: %d\n", MaxFallbackSubKeyLen);
|
||||||
|
|
||||||
/* Allocate our buffer */
|
/* Allocate our buffer */
|
||||||
FallbackSubKeyName = RtlAllocateHeap(
|
FallbackSubKeyName = RtlAllocateHeap(
|
||||||
|
@ -925,7 +925,7 @@ EnumHKCRValue(
|
||||||
goto Exit;
|
goto Exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR("Maxfallbacksubkeylen: %d\n", MaxFallbackValueNameLen);
|
TRACE("Maxfallbacksubkeylen: %d\n", MaxFallbackValueNameLen);
|
||||||
|
|
||||||
/* Allocate our buffer */
|
/* Allocate our buffer */
|
||||||
FallbackValueName = RtlAllocateHeap(
|
FallbackValueName = RtlAllocateHeap(
|
||||||
|
|
Loading…
Reference in a new issue