Improve logging

This commit is contained in:
Maschell 2020-08-26 11:38:15 +02:00
parent a9ab6078c8
commit d92144561e

View File

@ -283,7 +283,7 @@ class section_impl : public section
ret = inflate(&s, Z_FINISH); ret = inflate(&s, Z_FINISH);
if (ret != Z_OK && ret != Z_STREAM_END){ if (ret != Z_OK && ret != Z_STREAM_END){
DEBUG_FUNCTION_LINE("NOOOO"); DEBUG_FUNCTION_LINE("Failed to inflate elf section.");
} }
inflateEnd(&s); inflateEnd(&s);