未验证 提交 a2189710 编写于 作者: X Xiaoyu Wang 提交者: GitHub

Merge pull request #21023 from taosdata/fix/add-log-for-locale-setting

fix:add log for locale setting
...@@ -171,7 +171,7 @@ void taosGetSystemLocale(char *outLocale, char *outCharset) { ...@@ -171,7 +171,7 @@ void taosGetSystemLocale(char *outLocale, char *outCharset) {
strcpy(outLocale, "en_US.UTF-8"); strcpy(outLocale, "en_US.UTF-8");
} else { } else {
tstrncpy(outLocale, locale, TD_LOCALE_LEN); tstrncpy(outLocale, locale, TD_LOCALE_LEN);
// printf("locale not configured, set to system default:%s", outLocale); printf("locale not configured, set to system default:%s\n", outLocale);
} }
// if user does not specify the charset, extract it from locale // if user does not specify the charset, extract it from locale
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册