Index: systemd-37/src/namespace.c =================================================================== --- systemd-37.orig/src/namespace.c +++ systemd-37/src/namespace.c @@ -157,7 +157,6 @@ static int apply_mount(Path *p, const ch } if ((r = mount(what, where, NULL, MS_BIND|MS_REC, NULL)) >= 0) { - log_debug("Successfully mounted %s to %s", what, where); /* The bind mount will always inherit the original * flags. If we want to set any flag we need