[pve-devel] [PATCH manager] vzdump: add newline in mail text

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Jul 7 11:13:46 CEST 2016


for consistency with html version and better readability
---
Note: already applied ;)

 PVE/VZDump.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index dc138bc..43d238d 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -423,7 +423,7 @@ sub sendmail {
 	}
     }
 
-    $text .= "Detailed backup logs:\n\n";
+    $text .= "\nDetailed backup logs:\n\n";
     $text .= "$cmdline\n\n";
 
     $text .= $detail_pre . "\n" if defined($detail_pre);
-- 
2.1.4





More information about the pve-devel mailing list