btrbk: cosmetics

pull/30/head
Axel Burri 2015-03-11 19:19:32 +01:00
parent 02acb32d17
commit 6e2b9a68d0
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -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;
}