mute an useless message

This commit is contained in:
tTh 2023-10-18 17:27:38 +02:00
parent 3bd387f0a9
commit 381f329810
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ if (memcmp(filehead.magic, "FIMG", 4)) {
}
/* XXX preparer la gestion des metadata */
if ('a' == filehead.magic[4] && verbosity) {
fprintf(stderr,"\t****** %s have metadata\n", fname);
if ('a' == filehead.magic[4] && verbosity > 1) {
fprintf(stderr,"*** %s have metadata\n", fname);
}
datas[0] = filehead.w;