mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
archiving: Fix doubled filename in vgcfgrestore
This commit is contained in:
parent
5533f034e2
commit
1c3ae2b678
@ -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…
Reference in New Issue
Block a user