diff --git a/mxshadowsrv.c b/mxshadowsrv.c index b8af131..aef14a5 100644 --- a/mxshadowsrv.c +++ b/mxshadowsrv.c @@ -25,7 +25,6 @@ static char *map_shadow(char *filename, struct stat *statbufptr) { int fd; while (1) { while (1) { - fprintf(stderr, "loading %s\n", filename); fd = open(filename, O_RDONLY); if (fd != -1) break;