From 91028de1fa7f9ac20cdf16c49a16ef9e513b6e34 Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 24 May 2016 13:53:15 +0000 Subject: silence MSG --- src/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decode.c') 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; -- cgit v1.2.3