mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2412 make output go to info channel
X-SVN-Rev: 11421
This commit is contained in:
parent
6d3b15465c
commit
45565221f1
1 changed files with 2 additions and 2 deletions
|
@ -1043,7 +1043,7 @@ void MultithreadTest::TestCollators()
|
|||
log("%i ", j);
|
||||
spawnResult = tests[j].start();
|
||||
if(spawnResult != 0) {
|
||||
logln("Couldn't spawn more than %i threads", noSpawned);
|
||||
infoln("THREAD INFO: Couldn't spawn more than %i threads", noSpawned);
|
||||
break;
|
||||
}
|
||||
noSpawned++;
|
||||
|
@ -1080,7 +1080,7 @@ void MultithreadTest::TestCollators()
|
|||
|
||||
if(completed == noSpawned)
|
||||
{
|
||||
logln("Done!");
|
||||
logln("Done! All %i tests are finished", noSpawned);
|
||||
|
||||
if(terrs)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue