[gmime] Added some debug printfs for the CI bots



commit aeafd69e078985ed55a009295163f7a4913b5c56
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Fri Mar 10 16:13:27 2017 -0500

    Added some debug printfs for the CI bots

 gmime/gmime-multipart-encrypted.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gmime/gmime-multipart-encrypted.c b/gmime/gmime-multipart-encrypted.c
index 9c003a7..19fec98 100644
--- a/gmime/gmime-multipart-encrypted.c
+++ b/gmime/gmime-multipart-encrypted.c
@@ -349,6 +349,10 @@ g_mime_multipart_encrypted_decrypt (GMimeMultipartEncrypted *mpe, GMimeDecryptFl
        g_mime_data_wrapper_write_to_stream (content, ciphertext);
        g_mime_stream_reset (ciphertext);
        
+       fprintf (stderr, "-------- BEGIN ENCRYPTED STREAM --------\n%.*s-------- END ENCRYPTED STREAM 
--------\n",
+                GMIME_STREAM_MEM (ciphertext)->buffer->len,
+                GMIME_STREAM_MEM (ciphertext)->buffer->data);
+       
        stream = g_mime_stream_mem_new ();
        filtered_stream = g_mime_stream_filter_new (stream);
        crlf_filter = g_mime_filter_crlf_new (FALSE, FALSE);


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