]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/ccurrtst.c
ICU-511.35.tar.gz
[apple/icu.git] / icuSources / test / cintltst / ccurrtst.c
index a768be7c8e37cff6e17ff8ba733201be60494100..0fbec2e2b9dc91f2c9267c1125a957667043cc01 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2005, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -111,7 +111,7 @@ void currTest()
     c = ucol_open("en_US", &status);
     if (U_FAILURE(status))
     {
-        log_err("collator open failed! :%s\n", myErrorName(status));
+        log_err_status(status, "collator open failed! :%s\n", myErrorName(status));
         return;
     }