mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-13788 Improving error message printing in DateFmtPerf.cpp
X-SVN-Rev: 41458
This commit is contained in:
parent
4beed11456
commit
f7309c34cf
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ int main(int argc, const char* argv[]){
|
|||
|
||||
|
||||
if(U_FAILURE(status)){ // ERROR HERE!!!
|
||||
cout << "initialize failed! " << status << endl;
|
||||
cout << "initialize failed! " << u_errorName(status) << endl;
|
||||
return status;
|
||||
}
|
||||
//cout << "Done initializing!\n" << endl;
|
||||
|
|
Loading…
Add table
Reference in a new issue