This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new 6d941eef62 optimize: fix typo (#6823) 6d941eef62 is described below commit 6d941eef621857b0903473ea03791f56c6c510f6 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Wed Sep 11 12:30:41 2024 +1000 optimize: fix typo (#6823) --- tm/src/main/java/org/apache/seata/tm/api/DefaultGlobalTransaction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tm/src/main/java/org/apache/seata/tm/api/DefaultGlobalTransaction.java b/tm/src/main/java/org/apache/seata/tm/api/DefaultGlobalTransaction.java index 76b58c547e..8fb4b3ca32 100644 --- a/tm/src/main/java/org/apache/seata/tm/api/DefaultGlobalTransaction.java +++ b/tm/src/main/java/org/apache/seata/tm/api/DefaultGlobalTransaction.java @@ -227,7 +227,7 @@ public class DefaultGlobalTransaction implements GlobalTransaction { String xid = suspendedResourcesHolder.getXid(); RootContext.bind(xid); if (LOGGER.isDebugEnabled()) { - LOGGER.debug("Resumimg the transaction,xid = {}", xid); + LOGGER.debug("Resuming the transaction,xid = {}", xid); } } --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org