This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch icu-c-api in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 2fad7704453be2b5276887cff43a4c8752fee8a2 Author: Damjan Jovanovic <[email protected]> AuthorDate: Sun May 4 13:33:19 2025 +0200 Improve gencoll_rule error messages and log their location. Patch by: me --- main/i18npool/source/collator/gencoll_rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/i18npool/source/collator/gencoll_rule.cxx b/main/i18npool/source/collator/gencoll_rule.cxx index 66a1b7962a..b0765690ad 100644 --- a/main/i18npool/source/collator/gencoll_rule.cxx +++ b/main/i18npool/source/collator/gencoll_rule.cxx @@ -139,7 +139,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) printf("Could not get rule data from collator\n"); } } else { - printf("\nRule parsering error\n"); + printf("\nRule parsing failed, error %d at line %d offset %d\n", status, parseError.line, parseError.offset); } if (coll)
