Fixed code style, use lower case for logging #4650
This commit is contained in:
parent
0fdcfe9b95
commit
1cea4bb80f
|
@ -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 the retry max would exceed the allowed, treat it as a fatal error
|
||||||
if (retry > maxRetry()) {
|
if (retry > maxRetry()) {
|
||||||
LOG((CLOG_ERR "Maximum retry count exceeded:%d",retry));
|
LOG((CLOG_ERR "maximum retry count exceeded:%d",retry));
|
||||||
isFatal(true);
|
isFatal(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue