Mercurial > libpst
diff src/readpst.c @ 261:41862bddcf63
adding more debug code
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 17 Apr 2011 15:01:18 -0700 |
parents | 78e95fab9a8b |
children | 52c3d02e9df8 |
line wrap: on
line diff
--- a/src/readpst.c Sun Apr 17 14:07:25 2011 -0700 +++ b/src/readpst.c Sun Apr 17 15:01:18 2011 -0700 @@ -1043,7 +1043,7 @@ { char *attach_filename; DEBUG_ENT("write_inline_attachment"); - DEBUG_INFO(("Attachment Size is %"PRIu64", id %#"PRIx64"\n", (uint64_t)attach->data.size, attach->i_id)); + DEBUG_INFO(("Attachment Size is %"PRIu64", data = %"PRIxPTR", id %#"PRIx64"\n", (uint64_t)attach->data.size, attach->data.data, attach->i_id)); if (!attach->data.data) { // make sure we can fetch data from the id