aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 5926389e..f5623cfd 100644
--- a/pop3.c
+++ b/pop3.c
@@ -93,7 +93,7 @@ struct hostrec *queryctl;
/* print the greeting */
if (outlevel > O_SILENT && outlevel < O_VERBOSE)
- fprintf(stderr,"%s\n",buf);
+ fprintf(stderr,"pop3 greeting: %s\n",buf);
else
;