X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fbinary.c;h=58d86d778d3df6a85bce464426753ff4b6d8f033;hb=952891ddb96a341c0e24ecb7dec6361c7bbeaece;hp=0f5183c00542c85597afc60596a8634ef73deacd;hpb=a4aa24536a1748c8ace1ef7abdc01108da417856;p=tpg%2Facess2.git diff --git a/Kernel/binary.c b/Kernel/binary.c index 0f5183c0..58d86d77 100644 --- a/Kernel/binary.c +++ b/Kernel/binary.c @@ -744,7 +744,7 @@ void *Binary_LoadKernel(const char *File) // Relocate Library if( !Binary_Relocate( (void*)base ) ) { - Warning("[BIN ] Relocation of '%s' failed, unloading", sTruePath); + Log_Warning("BIN", "Relocation of '%s' failed, unloading", sTruePath); Binary_Unload( (void*)base ); Binary_Dereference( pBinary ); LEAVE('n');