diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-11-11 13:42:51 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-11-11 13:42:51 +0100 |
commit | 71d66663985cc19ef6d1947b36e668c2734641ac (patch) | |
tree | 0e98e3f78abb26c80d140c9d1980ace89d27dcc7 /common/rfb/CSecurityVeNCrypt.cxx | |
parent | c8273eac5004a075414463a6a0c1e140e02bbe4d (diff) | |
download | tigervnc-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.cxx | 2 |
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: */ |