diff options
author | corvid <devnull@localhost> | 2016-05-24 13:53:15 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2016-05-24 13:53:15 +0000 |
commit | 91028de1fa7f9ac20cdf16c49a16ef9e513b6e34 (patch) | |
tree | 8a822f1ecd3a1579cb3e12e4e8e92369770f9189 /src | |
parent | 4ad449b2abb04c352b8f69706ed305795e02821d (diff) |
silence MSG
Diffstat (limited to 'src')
-rw-r--r-- | src/decode.c | 2 |
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; |