forked from josch/mmdebstrap
fixup warning message
This commit is contained in:
parent
8abb93633c
commit
ecd5c7a662
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue