From 71d66663985cc19ef6d1947b36e668c2734641ac Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 11 Nov 2014 13:42:51 +0100 Subject: Always log chosen security type It's often useful to see if encryption was used, and how the user authenticated (if at all). --- common/rfb/CSecurityVeNCrypt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/rfb/CSecurityVeNCrypt.cxx') diff --git a/common/rfb/CSecurityVeNCrypt.cxx b/common/rfb/CSecurityVeNCrypt.cxx index 77eeef9a..a15da4a6 100644 --- a/common/rfb/CSecurityVeNCrypt.cxx +++ b/common/rfb/CSecurityVeNCrypt.cxx @@ -164,7 +164,7 @@ bool CSecurityVeNCrypt::processMsg(CConnection* cc) break; } - vlog.debug("Choosing security type %s (%d)", secTypeName(chosenType), + vlog.info("Choosing security type %s (%d)", secTypeName(chosenType), chosenType); /* Set up the stack according to the chosen type: */ -- cgit v1.2.3