mirror of
https://github.com/wiiu-env/CustomRPXLoader.git
synced 2024-11-25 03:06:55 +01:00
Improve logging
This commit is contained in:
parent
a9ab6078c8
commit
d92144561e
@ -283,7 +283,7 @@ class section_impl : public section
|
||||
|
||||
ret = inflate(&s, Z_FINISH);
|
||||
if (ret != Z_OK && ret != Z_STREAM_END){
|
||||
DEBUG_FUNCTION_LINE("NOOOO");
|
||||
DEBUG_FUNCTION_LINE("Failed to inflate elf section.");
|
||||
}
|
||||
|
||||
inflateEnd(&s);
|
||||
|
Loading…
Reference in New Issue
Block a user