Skip to content

Commit 8aeab5e

Browse files
author
yangdonggao
committed
语法
1 parent 00bb79f commit 8aeab5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/qcloud/cos/http/DefaultCosHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ public <X, Y extends CosServiceRequest> X exeute(CosHttpRequest<Y> request,
498498
}
499499
} catch (Exception exp) {
500500
String expName = exp.getClass().getName();
501-
String errorMsg = String.format("httpClient execute occur a unknown exception:%s, httpRequest: %s"
501+
String errorMsg = String.format("httpClient execute occur an unknown exception:%s, httpRequest: %s"
502502
, expName, request);
503503
closeHttpResponseStream(httpResponse);
504504
log.error(errorMsg, exp);

0 commit comments

Comments
 (0)