[gnome-network-displays/cc-tmp: 35/80] cc: remove expected error messages
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-network-displays/cc-tmp: 35/80] cc: remove expected error messages
- Date: Fri, 9 Sep 2022 12:03:50 +0000 (UTC)
commit 2674331d9e328c5f471da2e76063eb22c35cca06
Author: Anupam Kumar <kyteinsky gmail com>
Date: Sat Sep 3 16:34:24 2022 +0530
cc: remove expected error messages
src/cc/cc-comm.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/cc/cc-comm.c b/src/cc/cc-comm.c
index bedb1d0..e1da0ef 100644
--- a/src/cc/cc-comm.c
+++ b/src/cc/cc-comm.c
@@ -77,6 +77,7 @@ cc_comm_accept_certificate (GTlsClientConnection *conn,
GTlsCertificateFlags errors,
gpointer user_data)
{
+#if 0
g_print ("Certificate would have been rejected ( ");
if (errors & G_TLS_CERTIFICATE_UNKNOWN_CA)
g_print ("unknown-ca ");
@@ -91,6 +92,7 @@ cc_comm_accept_certificate (GTlsClientConnection *conn,
if (errors & G_TLS_CERTIFICATE_INSECURE)
g_print ("insecure ");
g_print (") but accepting anyway.\n");
+#endif
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]