mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-06 02:37:37 +00:00
btrfs-progs: convert: fix typo in original image subvolume name
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a963abc3d3
commit
e8ac13098d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user