From d92144561e23291805d8e7ecce433ef71bc73c0d Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 26 Aug 2020 11:38:15 +0200 Subject: [PATCH] Improve logging --- src/elfio/elfio_section.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elfio/elfio_section.hpp b/src/elfio/elfio_section.hpp index d4f99a0..1b44d35 100644 --- a/src/elfio/elfio_section.hpp +++ b/src/elfio/elfio_section.hpp @@ -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);