]> git.ipfire.org Git - thirdparty/git.git/commit
imap-send: fix minor mistakes in the logs
authorAditya Garg <gargaditya08@live.com>
Fri, 20 Jun 2025 06:40:33 +0000 (12:10 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 15:11:18 +0000 (08:11 -0700)
commit5ec81b33b04124c6f52e165e898e99902c5f68af
tree3d4f3e33b9b0b29b04aa509d3c60d04a74d58b00
parentbf22c370b966cfccf43539f6e6698dbfc79eceff
imap-send: fix minor mistakes in the logs

Some minor mistakes have been found in the logs. Most of them include
error messages starting with a capital letter, and ending with a period.
Abbreviations like "IMAP" and "OK" should also be in uppercase. Another
mistake was that the error message showing unknown authentication
mechanism used was displaying the host rather than the mechanism in the
logs. Fix them.

Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c