Caideyipi commented on code in PR #18175:
URL: https://github.com/apache/iotdb/pull/18175#discussion_r3567748040
##########
iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/CommonMessages.java:
##########
@@ -68,6 +68,10 @@ public final class CommonMessages {
// --- subscription ---
public static final String CONFIG_PRINT = "{}:{}";
+ // --- log ---
+ public static final String
LOG_LOGGERPERIODICALLOGREDUCER_IS_ALLOCATED_TO_ARG_BYTES_C8373CF5 =
+ "LoggerPeriodicalLogReducer \u5df2\u5206\u914d {} \u5b57\u8282\u3002";
Review Comment:
Fixed. Replaced the Unicode escape sequence with readable Chinese text:
`LoggerPeriodicalLogReducer 已分配 {} 字节。` Thanks for pointing it out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]