From 6e2b9a68d0989e234613baa92b565c1a921cb248 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 11 Mar 2015 19:19:32 +0100 Subject: [PATCH] btrbk: cosmetics --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index b0662ac..9972e84 100755 --- a/btrbk +++ b/btrbk @@ -1368,7 +1368,7 @@ MAIN: next if($config_target->{ABORTED}); my $droot = $config_target->{droot} || die; if(subvol($droot, $snapshot_name)) { - $config_target->{ABORTED} = "Snapshot already exists at destination: $droot/$snapshot_name"; + $config_target->{ABORTED} = "Subvolume already exists at destination: $droot/$snapshot_name"; WARN "Skipping target: $config_target->{ABORTED}"; next; }