Serverval small stuff

This commit is contained in:
Maschell 2019-11-16 15:13:16 +01:00
parent 5cb55e3081
commit aed66958e9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
hook.h
build/
*.cbp
WiiUPluginLoaderBackend.layout

View File

@ -419,7 +419,7 @@ bool ElfTools::elfLinkOne(char type, size_t offset, int32_t addend, void *destin
break;
}
default:
DEBUG_FUNCTION_LINE("Unknown relocation type: %02X\n",type);
DEBUG_FUNCTION_LINE("Unknown relocation type: %02X for offset %08X\n",type,offset);
goto exit_error;
}