mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-04 17:47:16 +03:00
migration: add trailing newline to aliased volumes error message
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
219719aada
commit
1e5405838a
@ -448,7 +448,7 @@ sub scan_local_volumes {
|
||||
|
||||
for my $path (keys %$path_to_volid) {
|
||||
my @volids = keys $path_to_volid->{$path}->%*;
|
||||
die "detected not supported aliased volumes: '" . join("', '", @volids) . "'"
|
||||
die "detected not supported aliased volumes: '" . join("', '", @volids) . "'\n"
|
||||
if (scalar(@volids) > 1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user