Skip to content

Commit

Permalink
Fix #1539, change log method (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrick-zhu authored and mercyblitz committed Apr 10, 2018
1 parent c25d462 commit d80a42c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public Result invoke(Invocation invocation) throws RpcException {
throw e;
} else {
if (logger.isWarnEnabled()) {
logger.info("fail-mock: " + invocation.getMethodName() + " fail-mock enabled , url : " + directory.getUrl(), e);
logger.warn("fail-mock: " + invocation.getMethodName() + " fail-mock enabled , url : " + directory.getUrl(), e);
}
result = doMockInvoke(invocation, e);
}
Expand Down

0 comments on commit d80a42c

Please sign in to comment.