mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 17:07:45 +02:00
Fixed #4528 - invalid/misleading log line
This commit is contained in:
parent
14bf90264e
commit
7c6561b3da
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ SecureSocket::checkResult(int n, bool& fatal, bool& retry)
|
|||
break;
|
||||
|
||||
default:
|
||||
LOG((CLOG_ERR "secure socket error: SSL_ERROR_SSL"));
|
||||
LOG((CLOG_ERR "secure socket error: unknown"));
|
||||
fatal = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue