ICU-13788 Improving error message printing in DateFmtPerf.cpp
X-SVN-Rev: 41458
This commit is contained in:
parent
4beed11456
commit
f7309c34cf
@ -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…
Reference in New Issue
Block a user