--- ./src/apprentice.c.orig 2005-04-13 10:16:24.000000000 -0700 +++ ./src/apprentice.c 2005-09-06 21:03:57.000000000 -0700 @@ -166,8 +166,8 @@ } #ifndef COMPILE_ONLY if ((rv = apprentice_map(ms, &magic, &nmagic, fn)) == -1) { - if (ms->flags & MAGIC_CHECK) - file_magwarn(ms, "using regular magic file `%s'", fn); + /* if (ms->flags & MAGIC_CHECK) + file_magwarn(ms, "using regular magic file `%s'", fn); */ rv = apprentice_file(ms, &magic, &nmagic, fn, action); if (rv != 0) return -1;