ICU-2412 make output go to info channel

X-SVN-Rev: 11421
This commit is contained in:
Vladimir Weinstein 2003-03-29 09:00:40 +00:00
parent 6d3b15465c
commit 45565221f1

View file

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