diff --git a/icu4c/source/test/intltest/normconf.cpp b/icu4c/source/test/intltest/normconf.cpp index f274f9347a0..b9da82b67cb 100644 --- a/icu4c/source/test/intltest/normconf.cpp +++ b/icu4c/source/test/intltest/normconf.cpp @@ -151,8 +151,8 @@ void NormalizerConformanceTest::TestConformance(void) { } else { ++failCount; } - if ((count % 1000) == 0) { - logln((UnicodeString)"Line " + count); + if ((c % 0x1000) == 0) { + logln("Code point U+%04lx", c); } }