mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-3925 dont produce info messages unless in verbose mode
X-SVN-Rev: 16160
This commit is contained in:
parent
15bd863941
commit
6b04499419
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue