]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/utmstest.c
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / cintltst / utmstest.c
index 069a80394794625562dc937103280b0e5561f901..bc9f614fb07a0ba29e1ef2f3a1b6072385dc0cb7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  ****************************************************************************
- * Copyright (c) 1997-2007, International Business Machines Corporation and *
+ * Copyright (c) 1997-2010, International Business Machines Corporation and *
  * others. All Rights Reserved.                                             *
  ****************************************************************************
  */
@@ -455,7 +455,7 @@ TestDotNet() {
     cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
     ucal_setGregorianChange(cal, -1000000 * (dayMillis * (UDate)1), &errorCode);
     if(U_FAILURE(errorCode)) {
-        log_err("ucal_open(UTC/proleptic Gregorian) failed: %s\n", u_errorName(errorCode));
+        log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
         ucal_close(cal);
         return;
     }