mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-17 08:27:39 +02:00
Fixed code style, use lower case for logging #4650
This commit is contained in:
parent
0fdcfe9b95
commit
1cea4bb80f
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ SecureSocket::checkResult(int status, int& retry)
|
|||
|
||||
// If the retry max would exceed the allowed, treat it as a fatal error
|
||||
if (retry > maxRetry()) {
|
||||
LOG((CLOG_ERR "Maximum retry count exceeded:%d",retry));
|
||||
LOG((CLOG_ERR "maximum retry count exceeded:%d",retry));
|
||||
isFatal(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue