From 34a9bf24ca85674918f85efc8dc3eb8edab42b1c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 22 May 2021 11:42:53 +0200 Subject: [PATCH] mxshadowsrv: Do not log shadow reload to stderr --- mxshadowsrv.c | 1 - 1 file changed, 1 deletion(-) 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;