From ecd5c7a662404478b10cbcca98b47fb66d4d8ef3 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 4 Jan 2020 01:09:59 +0100 Subject: [PATCH] fixup warning message --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index c726e46..723b128 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -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; } }