aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CSecurityVeNCrypt.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-11-11 13:42:51 +0100
committerPierre Ossman <ossman@cendio.se>2014-11-11 13:42:51 +0100
commit71d66663985cc19ef6d1947b36e668c2734641ac (patch)
tree0e98e3f78abb26c80d140c9d1980ace89d27dcc7 /common/rfb/CSecurityVeNCrypt.cxx
parentc8273eac5004a075414463a6a0c1e140e02bbe4d (diff)
downloadtigervnc-71d66663985cc19ef6d1947b36e668c2734641ac.tar.gz
tigervnc-71d66663985cc19ef6d1947b36e668c2734641ac.zip
Always log chosen security type
It's often useful to see if encryption was used, and how the user authenticated (if at all).
Diffstat (limited to 'common/rfb/CSecurityVeNCrypt.cxx')
-rw-r--r--common/rfb/CSecurityVeNCrypt.cxx2
1 files changed, 1 insertions, 1 deletions
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: */