aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 9a6a123c..7eb3dc42 100644
--- a/imap.c
+++ b/imap.c
@@ -71,7 +71,7 @@ static int imap_untagged_response(int sock, const char *buf)
/* log the unexpected bye from server as we expect the
* connection to be cut-off after this */
if (outlevel > O_SILENT)
- report(stderr, GT_("Received BYE response from IMAP server: %s"), buf + 5);
+ report(stderr, GT_("Received BYE response from IMAP server: %s\n"), buf + 5);
}
else if (strstr(buf, " EXISTS"))
{