mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
Fixed code style, use lower case for logging #4650
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user