Index: dll/win32/advapi32/reg/hkcr.c =================================================================== --- dll/win32/advapi32/reg/hkcr.c (revision 69740) +++ dll/win32/advapi32/reg/hkcr.c (working copy) @@ -747,7 +747,7 @@ if (ErrorCode != ERROR_SUCCESS) { /* Most likely ERROR_NO_MORE_ITEMS */ - ERR("Returning %d.\n", ErrorCode); + WARN("Returning %d.\n", ErrorCode); goto Exit; } FallbackSubKeyName[FallbackSubkeyLen] = L'\0';