Signed-off-by: 0xAX <[email protected]>
---
git-send-email.perl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/git-send-email.perl b/git-send-email.perl
index 82c6fea..6a995c4 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -1274,11 +1274,11 @@ X-Mailer: git-send-email $gitversion
}
if (!$smtp) {
- die "Unable to initialize SMTP properly. Check config
and use --smtp-debug. ",
- "VALUES: server=$smtp_server ",
- "encryption=$smtp_encryption ",
- "hello=$smtp_domain",
- defined $smtp_server_port ? "
port=$smtp_server_port" : "";
+ die "Unable to initialize SMTP properly. Check config
and use --smtp-debug.\n",
+ "VALUES: server=$smtp_server\n\t",
+ "encryption=$smtp_encryption\n\t",
+ "hello=$smtp_domain\n\t",
+ defined $smtp_server_port ?
"port=$smtp_server_port\n" : "\n";
}
smtp_auth_maybe or die $smtp->message;
--
2.2.1.202.g98acd41
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html