summaryrefslogblamecommitdiffstats
path: root/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c
blob: 728e24401f33bff9fd472b22d4521635c72fff24 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                   
--- tls/gnutls/gtlsconnection-gnutls.c.orig 2012-12-09 01:05:02.000000000 +0000
+++ tls/gnutls/gtlsconnection-gnutls.c  2012-12-09 01:14:46.000000000 +0000
@@ -752,7 +752,7 @@
   if (error)
     {
       g_set_error (error, G_TLS_ERROR, G_TLS_ERROR_MISC,
-                   errmsg, gnutls_strerror (status));
+                   "%s, %s", errmsg, gnutls_strerror (status));
     }
   return status;
 }