ICU-3499 Better error message when iostream is disabled

X-SVN-Rev: 14709
This commit is contained in:
George Rhoten 2004-03-16 16:59:04 +00:00
parent fcf1a99aa0
commit a3ff416194

View File

@ -1735,7 +1735,7 @@ static void TestStream() {
}
ucnv_close(defConv);
#else
log_err("U_IOSTREAM_SOURCE is disabled");
log_info("U_IOSTREAM_SOURCE is disabled\n");
#endif
}