[glib-networking/wip/openssl: 20/22] Add debug message



commit 2f96bcd9db53b58febd09cfaafd2078aaaa8d32e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Sep 25 11:42:02 2015 +0200

    Add debug message

 tls/openssl/gtlsconnection-openssl.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tls/openssl/gtlsconnection-openssl.c b/tls/openssl/gtlsconnection-openssl.c
index ef48c7d..75d82c0 100644
--- a/tls/openssl/gtlsconnection-openssl.c
+++ b/tls/openssl/gtlsconnection-openssl.c
@@ -145,6 +145,9 @@ end_openssl_io (GTlsConnectionOpenssl  *openssl,
 
   if (my_error != NULL)
     g_propagate_error (error, my_error);
+  else
+    /* FIXME: this is just for debug */
+    g_message ("end_openssl_io: %d, %d", err_code, reason);
 
   if (error && !*error)
     {


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