ICU-742 changed "Default locale" message stderr -> stdout
X-SVN-Rev: 4270
This commit is contained in:
parent
f6e4bc97f7
commit
9db32ad2aa
@ -87,7 +87,7 @@ int main(int argc, const char* const argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
fprintf(stderr, "Default locale for this run is %s\n", uloc_getDefault());
|
||||
fprintf(stdout, "Default locale for this run is %s\n", uloc_getDefault());
|
||||
|
||||
root = NULL;
|
||||
addAllTests(&root);
|
||||
|
Loading…
Reference in New Issue
Block a user