mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1864 Use -v to see the verbose messages.
X-SVN-Rev: 8865
This commit is contained in:
parent
759d86362c
commit
7eb6c209a2
1 changed files with 2 additions and 2 deletions
|
@ -855,7 +855,7 @@ TestBOCU1RefDiff(void) {
|
|||
log_verbose(" wD(%8ld) %s%s\n", i-1, buf1, buf2);
|
||||
|
||||
if(countErrors==0) {
|
||||
log_info("writeDiff(-0x10ffff..0x10ffff) works fine\n");
|
||||
log_verbose("writeDiff(-0x10ffff..0x10ffff) works fine\n");
|
||||
} else {
|
||||
log_err("writeDiff(-0x10ffff..0x10ffff) violates lexical ordering in %d cases\n", countErrors);
|
||||
}
|
||||
|
@ -863,7 +863,7 @@ TestBOCU1RefDiff(void) {
|
|||
/* output signature byte sequence */
|
||||
i=0;
|
||||
writePacked(encodeBocu1(&i, 0xfeff), level);
|
||||
log_info("\nBOCU-1 signature byte sequence: %02x %02x %02x\n",
|
||||
log_verbose("\nBOCU-1 signature byte sequence: %02x %02x %02x\n",
|
||||
level[0], level[1], level[2]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue