fixup warning message

pull/1/head
parent 8abb93633c
commit ecd5c7a662
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -3323,7 +3323,7 @@ sub main() {
if ($@) {
# we cannot die here because that would leave the other thread
# running without a parent
warning "run_chroot failed: $@";
warning "creating tarball failed: $@";
$exitstatus = 1;
}
}

Loading…
Cancel
Save