btrbk: cosmetics: fix error message

pull/286/head
Axel Burri 2019-04-18 16:28:31 +02:00
parent 45b24d6477
commit 25f0a76e28
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -4159,7 +4159,7 @@ sub macro_archive_target($$$;$)
$archive_success++;
}
else {
ERROR("Error while cloning, aborting");
ERROR("Error while archiving subvolumes, aborting");
last;
}
}