ICU-3343 Hide diagnostic message

X-SVN-Rev: 14264
This commit is contained in:
George Rhoten 2004-01-08 21:46:49 +00:00
parent af3c9fc66a
commit cd569f8b17

View File

@ -1784,7 +1784,7 @@ static void TestConvertSafeClone()
}
}
log_info("ucnv_safeClone(): sizeof(UConverter)=%lu max preflighted clone size=%d (%s) U_CNV_SAFECLONE_BUFFERSIZE=%d\n",
log_verbose("ucnv_safeClone(): sizeof(UConverter)=%lu max preflighted clone size=%d (%s) U_CNV_SAFECLONE_BUFFERSIZE=%d\n",
sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
}