diff --git a/src/modules/data/Compressor.cpp b/src/modules/data/Compressor.cpp index 2a55e604b..b80b37d5f 100644 --- a/src/modules/data/Compressor.cpp +++ b/src/modules/data/Compressor.cpp @@ -341,7 +341,7 @@ public: { // For any error other than "not enough room", throw an exception. delete[] rawbytes; - throw love::Exception("Could not decompress zlib/gzip-compressed data."); + throw love::Exception("Could not decompress zlib/gzip-compressed data (error code: %d).", status); } // Not enough room in the output buffer: try again with a larger size.