ICU-3925 dont produce info messages unless in verbose mode

X-SVN-Rev: 16160
This commit is contained in:
Ram Viswanadha 2004-08-13 20:35:04 +00:00
parent 15bd863941
commit 6b04499419

View file

@ -375,7 +375,7 @@ processFile(const char *filename, const char *cp, const char *inputDir, const ch
goto finish;
}
/* auto detected popular encodings? */
if (cp!=NULL) {
if (cp!=NULL && isVerbose()) {
printf("autodetected encoding %s\n", cp);
}
/* Parse the data into an SRBRoot */