remove leftover debugging output

This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-01-30 07:09:19 +01:00
parent e661b79749
commit 59c9c399c6
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -1562,7 +1562,6 @@ sub setup_mounts {
if (-e "$ssdloc.REAL") { if (-e "$ssdloc.REAL") {
move("$ssdloc.REAL", "$ssdloc") move("$ssdloc.REAL", "$ssdloc")
or error "cannot move start-stop-daemon: $!"; or error "cannot move start-stop-daemon: $!";
warning "/sbin/start-stop-daemon fake replaced with real";
} }
}; };
if (length $ssdloc) { if (length $ssdloc) {