ICU-8576 Replace a stray printf with errln
authorPeter Edberg <pedberg@unicode.org>
Wed, 13 Jul 2011 07:28:49 +0000 (07:28 +0000)
committerPeter Edberg <pedberg@unicode.org>
Wed, 13 Jul 2011 07:28:49 +0000 (07:28 +0000)
X-SVN-Rev: 30328

icu4c/source/test/intltest/dicttest.cpp

index 646084a20d0a8991e24e71ccc6106c7f801e71bc..c985a281bf4e494c074a3e03b72a7cc264deb703 100644 (file)
@@ -53,7 +53,7 @@ void DictionaryWordTest::TestThaiBreaks() {
     
     b = BreakIterator::createLineInstance(locale, status);
     if (U_FAILURE(status)) {
-        printf("Unable to create thai line break iterator.\n");
+        errln("Unable to create thai line break iterator.");
         return;
     }
     b->setText(text);