mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-03 18:37:24 +08:00
Revert "Moved note into either warning or info #4745"
This reverts commit d3a4ce1f11.
This commit is contained in:
@@ -562,7 +562,7 @@ SecureSocket::verifyCertFingerprint()
|
||||
// format fingerprint into hexdecimal format with colon separator
|
||||
String fingerprint(reinterpret_cast<char*>(tempFingerprint), tempFingerprintLen);
|
||||
formatFingerprint(fingerprint);
|
||||
LOG((CLOG_INFO "server fingerprint: %s", fingerprint.c_str()));
|
||||
LOG((CLOG_NOTE "server fingerprint: %s", fingerprint.c_str()));
|
||||
|
||||
String trustedServersFilename;
|
||||
trustedServersFilename = synergy::string::sprintf(
|
||||
|
||||
Reference in New Issue
Block a user