forked from tTh/FloatImg
mute an useless message
This commit is contained in:
parent
3bd387f0a9
commit
381f329810
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue