Skip to content

Commit

Permalink
mxshadowsrv: Do not log shadow reload to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 22, 2021
1 parent c596222 commit 34a9bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mxshadowsrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 34a9bf2

Please sign in to comment.