--- ./src/apprentice.c.orig 2007-01-19 13:54:39.000000000 -0600 +++ ./src/apprentice.c 2007-04-01 20:56:18.000000000 -0500 @@ -256,8 +256,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;