修复chainName的显示不正常

This commit is contained in:
bryan.zhang
2018-01-18 11:53:18 +08:00
parent d62a05ee87
commit 7b5937a0f4
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ public abstract class AbsSlot implements Slot{
str.append("==>");
}
}
LOG.info("[{}]:CHAIN_NAME[{}]\n{}",getRequestId(),str.toString());
LOG.info("[{}]:CHAIN_NAME[{}]\n{}",getRequestId(),this.getChainName(),str.toString());
}
@Override