mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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("File:\t\t%s/%s", path, af->name);
|
||||
log_print("File:\t\t%s", path);
|
||||
tc.path_live = path;
|
||||
|
||||
fic.type = FMT_INSTANCE_PRIVATE_MDAS;
|
||||
|
Loading…
Reference in New Issue
Block a user