mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-7981 Log data error for unum_open failure.
X-SVN-Rev: 28699
This commit is contained in:
parent
90dc5efa3f
commit
b970115780
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ static void TestInt64Parse()
|
|||
|
||||
if(U_FAILURE(*status))
|
||||
{
|
||||
log_err("Error in unum_open() %s \n", myErrorName(*status));
|
||||
log_data_err("Error in unum_open() %s \n", myErrorName(*status));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue