[gtk-vnc] Tweak logging messages for TLS auth sub-types



commit c6eb2394481ad1b85886fdff8cd49be66cb3268d
Author: Daniel P. Berrange <berrange redhat com>
Date:   Thu Apr 14 15:02:03 2011 +0100

    Tweak logging messages for TLS auth sub-types

 src/vncconnection.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/vncconnection.c b/src/vncconnection.c
index 9564a61..0a947f0 100644
--- a/src/vncconnection.c
+++ b/src/vncconnection.c
@@ -3876,7 +3876,7 @@ static gboolean vnc_connection_perform_auth_tls(VncConnection *conn)
 	}
 
 	for (i = 0 ; i < nauth ; i++) {
-		VNC_DEBUG("Possible sub-auth %d", auth[i]);
+		VNC_DEBUG("Possible TLS sub-auth %d", auth[i]);
 	}
 
 	if (priv->has_error)
@@ -3885,7 +3885,7 @@ static gboolean vnc_connection_perform_auth_tls(VncConnection *conn)
 	if (priv->has_error)
 		return FALSE;
 
-	VNC_DEBUG("Waiting for auth subtype");
+	VNC_DEBUG("Waiting for TLS auth subtype");
 	g_condition_wait(vnc_connection_has_auth_subtype, conn);
 	if (priv->has_error)
 		return FALSE;
@@ -3949,7 +3949,7 @@ static gboolean vnc_connection_perform_auth_vencrypt(VncConnection *conn)
 	}
 
 	for (i = 0 ; i < nauth ; i++) {
-		VNC_DEBUG("Possible auth %d", auth[i]);
+		VNC_DEBUG("Possible VeNCrypt sub-auth %d", auth[i]);
 	}
 
 	if (priv->has_error)
@@ -3958,7 +3958,7 @@ static gboolean vnc_connection_perform_auth_vencrypt(VncConnection *conn)
 	if (priv->has_error)
 		return FALSE;
 
-	VNC_DEBUG("Waiting for auth subtype");
+	VNC_DEBUG("Waiting for VeNCrypt auth subtype");
 	g_condition_wait(vnc_connection_has_auth_subtype, conn);
 	if (priv->has_error)
 		return FALSE;



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