mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 17:37:41 +02:00
Revert "Rephrased "crypto disabled" log, changed to error #4313"
This reverts commit a6b5c872f5
.
This commit is contained in:
parent
6ef41522b7
commit
1c2576b8d7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Client::Client(
|
|||
if (enableCrypto) {
|
||||
m_useSecureNetwork = ARCH->plugin().exists(s_networkSecurity);
|
||||
if (m_useSecureNetwork == false) {
|
||||
LOG((CLOG_ERR "secure connection disabled, ns plugin not found"));
|
||||
LOG((CLOG_NOTE "crypto disabled because of ns plugin not available"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue