[ADVAPI32] silence debug spam

svn path=/trunk/; revision=71995
This commit is contained in:
Christoph von Wittich 2016-07-25 11:07:44 +00:00
parent d84820daa7
commit 359533fc32

View file

@ -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';