aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2016-05-24 13:53:15 +0000
committercorvid <devnull@localhost>2016-05-24 13:53:15 +0000
commit91028de1fa7f9ac20cdf16c49a16ef9e513b6e34 (patch)
tree8a822f1ecd3a1579cb3e12e4e8e92369770f9189
parent4ad449b2abb04c352b8f69706ed305795e02821d (diff)
silence MSG
-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;