From 25f0a76e282bb513df8719d45844a704b53cc133 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 18 Apr 2019 16:28:31 +0200 Subject: [PATCH] btrbk: cosmetics: fix error message --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 2a0e6fd..18fdc6c 100755 --- a/btrbk +++ b/btrbk @@ -4159,7 +4159,7 @@ sub macro_archive_target($$$;$) $archive_success++; } else { - ERROR("Error while cloning, aborting"); + ERROR("Error while archiving subvolumes, aborting"); last; } }