mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1941 add missing log_data_err()
X-SVN-Rev: 9906
This commit is contained in:
parent
c4f41c9378
commit
adf00cc4e5
2 changed files with 2 additions and 2 deletions
|
@ -1322,7 +1322,7 @@ static void TestConvertSafeCloneCallback()
|
|||
conv1 = ucnv_open("iso-8859-3", &err);
|
||||
|
||||
if(U_FAILURE(err)) {
|
||||
log_err("Err opening iso-8859-3, %s", u_errorName(err));
|
||||
log_data_err("Err opening iso-8859-3, %s", u_errorName(err));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -2716,7 +2716,7 @@ TestHZ() {
|
|||
int32_t* myOff= offsets;
|
||||
cnv=ucnv_open("HZ", &errorCode);
|
||||
if(U_FAILURE(errorCode)) {
|
||||
log_err("Unable to open HZ converter: %s\n", u_errorName(errorCode));
|
||||
log_data_err("Unable to open HZ converter: %s\n", u_errorName(errorCode));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue