mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[ADVAPI32] silence debug spam
svn path=/trunk/; revision=71995
This commit is contained in:
@@ -746,8 +746,8 @@ EnumHKCRKey(
|
||||
NULL);
|
||||
if (ErrorCode != ERROR_SUCCESS)
|
||||
{
|
||||
/* Most likely ERROR_NO_MORE_ITEMS */
|
||||
ERR("Returning %d.\n", ErrorCode);
|
||||
if (ErrorCode != ERROR_NO_MORE_ITEMS)
|
||||
ERR("Returning %d.\n", ErrorCode);
|
||||
goto Exit;
|
||||
}
|
||||
FallbackSubKeyName[FallbackSubkeyLen] = L'\0';
|
||||
|
||||
Reference in New Issue
Block a user