[evolution-ews] lzx: do print the chunk size. only print errors



commit 4d7f91def07ddfcb4d89241fbdc7b7731be566aa
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Sun Jul 10 19:49:23 2011 +0530

    lzx: do print the chunk size. only print errors

 src/addressbook/lzx/lzxd.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/lzx/lzxd.c b/src/addressbook/lzx/lzxd.c
index e32ba31..338e5e4 100644
--- a/src/addressbook/lzx/lzxd.c
+++ b/src/addressbook/lzx/lzxd.c
@@ -334,7 +334,6 @@ int lzxd_decompress(struct lzxd_stream *lzx, off_t out_bytes) {
 
     /* LZXD format has the chunk_size. not present in lzx format */
     READ_BITS (chunk_size, 16);
-    D(("chunk size is %d \n", chunk_size))
 
     /* read header if necessary */
     if (!lzx->header_read) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]