deactivate volumes: terminate error message with newline
Avoid that Perl auto-attaches the line number and file name. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Link: https://lore.proxmox.com/20250801081649.13882-1-f.ebner@proxmox.com
This commit is contained in:
committed by
Thomas Lamprecht
parent
153f7d8f85
commit
5750596f5b
@ -1429,7 +1429,7 @@ sub deactivate_volumes {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
die "volume deactivation failed: " . join(' ', @errlist)
|
die "volume deactivation failed: " . join(' ', @errlist) . "\n"
|
||||||
if scalar(@errlist);
|
if scalar(@errlist);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user