diff options
author | corvid <devnull@localhost> | 2014-03-30 16:41:42 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-03-30 16:41:42 +0000 |
commit | 4e3f41b9e5307fd951c710818687f96e8a68ca35 (patch) | |
tree | e01ca505e959071583974dace91b25738a9c0532 /src | |
parent | 9679bf0b486abadd16f25e0d212c7732f0dad9d5 (diff) |
turn off 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 69c6423a..53a0d621 100644 --- a/src/decode.c +++ b/src/decode.c @@ -326,7 +326,7 @@ Decode *a_Decode_content_init(const char *format) if (format && *format) { if (!dStrAsciiCasecmp(format, "gzip") || !dStrAsciiCasecmp(format, "x-gzip")) { - MSG("gzipped data!\n"); + _MSG("gzipped data!\n"); dc = Decode_content_init_common(); zs = (z_stream *)dc->state; |