btrfs-progs: convert: fix typo in original image subvolume name

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2016-04-11 17:41:01 +02:00
parent a963abc3d3
commit e8ac13098d
1 changed files with 1 additions and 1 deletions

View File

@ -2781,7 +2781,7 @@ static int do_rollback(const char *devname)
goto fail;
} else if (ret < 0) {
fprintf(stderr,
"ERROR: unable to open ext2_subvol, id=%llu: %s\n",
"ERROR: unable to open ext2_saved, id=%llu: %s\n",
(unsigned long long)key.objectid, strerror(-ret));
goto fail;
}