Skip to content

Commit 076ae4f

Browse files
committed
fix a typo
1 parent d933ab4 commit 076ae4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ protected synchronized <T, E> T executeInternal(RequestExecutor<T, E> executor,
447447
}
448448
return null;
449449
} catch (IOException e) {
450-
this.log.error("\n[URL]: {}\n[PARAMS]: {}\n[EXECEPTION]: {}", uri, data, e.getMessage());
450+
this.log.error("\n[URL]: {}\n[PARAMS]: {}\n[EXCEPTION]: {}", uri, data, e.getMessage());
451451
throw new RuntimeException(e);
452452
}
453453
}

0 commit comments

Comments
 (0)