Fixed code style, use lower case for logging #4650

This commit is contained in:
Nick Bolton 2015-05-25 20:20:03 +01:00
parent 0fdcfe9b95
commit 1cea4bb80f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}