mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
archiving: Fix doubled filename in vgcfgrestore
This commit is contained in:
parent
2808b67d52
commit
fdfd76a3ff
@ -313,7 +313,7 @@ static void _display_archive(struct cmd_context *cmd, const char *dir, struct ar
|
|||||||
}
|
}
|
||||||
|
|
||||||
log_print(" ");
|
log_print(" ");
|
||||||
log_print("File:\t\t%s/%s", path, af->name);
|
log_print("File:\t\t%s", path);
|
||||||
tc.path_live = path;
|
tc.path_live = path;
|
||||||
|
|
||||||
fic.type = FMT_INSTANCE_PRIVATE_MDAS;
|
fic.type = FMT_INSTANCE_PRIVATE_MDAS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user