decompress_uncompress: comment out debug printout on corrupted data
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2012 00:06:05 +0000 (01:06 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2012 00:06:05 +0000 (01:06 +0100)
commita8461173ba5431bb64cd37112eba44a6b51640c4
tree3af8f0b1e0302d55c859ff9fb1785b4c24be26c0
parentc71547ccfce9aff4e616c9c57a6602ca66c705e0
decompress_uncompress: comment out debug printout on corrupted data

99% plus of all people who'll get corrupted archive wouldn't bother
debugging it. The rest can uncomment the code.

function                                             old     new   delta
unpack_Z_stream                                     1304    1234     -70

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/decompress_uncompress.c