ICU-742 changed "Default locale" message stderr -> stdout

X-SVN-Rev: 4270
This commit is contained in:
George Rhoten 2001-03-22 18:18:38 +00:00
parent f6e4bc97f7
commit 9db32ad2aa

View File

@ -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);