Skip to content

Commit d80a42c

Browse files
jerrick-zhumercyblitz
authored andcommitted
Fix #1539, change log method (#1578)
1 parent c25d462 commit d80a42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/support/wrapper/MockClusterInvoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Result invoke(Invocation invocation) throws RpcException {
8383
throw e;
8484
} else {
8585
if (logger.isWarnEnabled()) {
86-
logger.info("fail-mock: " + invocation.getMethodName() + " fail-mock enabled , url : " + directory.getUrl(), e);
86+
logger.warn("fail-mock: " + invocation.getMethodName() + " fail-mock enabled , url : " + directory.getUrl(), e);
8787
}
8888
result = doMockInvoke(invocation, e);
8989
}

0 commit comments

Comments
 (0)