--- ./apprentice.c.orig 2003-03-05 00:43:21.000000000 -0800 +++ ./apprentice.c 2003-03-05 00:48:37.000000000 -0800 @@ -137,8 +137,7 @@ } #ifndef COMPILE_ONLY if ((rv = apprentice_map(&magic, &nmagic, fn, action)) != 0) - (void)fprintf(stderr, "%s: Using regular magic file `%s'\n", - progname, fn); + (void)fprintf(stderr, ""); if (rv != 0) rv = apprentice_file(&magic, &nmagic, fn, action);