aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtp.c b/smtp.c
index d3ee546b..6b2f678d 100644
--- a/smtp.c
+++ b/smtp.c
@@ -134,7 +134,7 @@ int SMTP_eom(int socket)
SockPuts(socket,".");
if (outlevel == O_VERBOSE)
- fprintf(stderr, "SMTP> .\n");
+ fprintf(stderr, "SMTP> (EOM)\n");
ok = SMTP_ok(socket,NULL);
return ok;
}