diff options
Diffstat (limited to 'common/rfb/SSecurityVeNCrypt.cxx')
-rw-r--r-- | common/rfb/SSecurityVeNCrypt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SSecurityVeNCrypt.cxx b/common/rfb/SSecurityVeNCrypt.cxx index 9e4260f4..39647f6e 100644 --- a/common/rfb/SSecurityVeNCrypt.cxx +++ b/common/rfb/SSecurityVeNCrypt.cxx @@ -157,7 +157,7 @@ bool SSecurityVeNCrypt::processMsg(SConnection* sc) if (!haveChosenType) chosenType = secTypeInvalid; - vlog.debug("Choosing security type %s (%d)", secTypeName(chosenType), + vlog.info("Client requests security type %s (%d)", secTypeName(chosenType), chosenType); /* Set up the stack according to the chosen type */ |