aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c
index 6d838d41..18c22673 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -341,7 +341,7 @@ Decode *a_Decode_content_init(const char *format)
dc->decode = Decode_gzip;
} else if (!dStrAsciiCasecmp(format, "deflate")) {
- MSG("deflated data!\n");
+ _MSG("deflated data!\n");
dc = Decode_content_init_common();
zs = (z_stream *)dc->state;