* [pve-devel] [PATCH storage] deactivate volumes: terminate error message with newline
@ 2025-08-01 8:16 Fiona Ebner
2025-08-01 16:00 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2025-08-01 8:16 UTC (permalink / raw)
To: pve-devel
Avoid that Perl auto-attaches the line number and file name.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
src/PVE/Storage.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Storage.pm b/src/PVE/Storage.pm
index 761b979..1dde2b7 100755
--- a/src/PVE/Storage.pm
+++ b/src/PVE/Storage.pm
@@ -1429,7 +1429,7 @@ sub deactivate_volumes {
}
}
- die "volume deactivation failed: " . join(' ', @errlist)
+ die "volume deactivation failed: " . join(' ', @errlist) . "\n"
if scalar(@errlist);
}
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH storage] deactivate volumes: terminate error message with newline
2025-08-01 8:16 [pve-devel] [PATCH storage] deactivate volumes: terminate error message with newline Fiona Ebner
@ 2025-08-01 16:00 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-08-01 16:00 UTC (permalink / raw)
To: pve-devel, Fiona Ebner
On Fri, 01 Aug 2025 10:16:05 +0200, Fiona Ebner wrote:
> Avoid that Perl auto-attaches the line number and file name.
>
>
Applied, thanks!
[1/1] deactivate volumes: terminate error message with newline
commit: 5750596f5b21a7ed001904ebfcd65f0f9a239780
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-01 16:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-01 8:16 [pve-devel] [PATCH storage] deactivate volumes: terminate error message with newline Fiona Ebner
2025-08-01 16:00 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox