aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-08-26 23:19:04 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-08-26 23:19:04 +0000
commit45ba00921a83a7744a5f8fedad7dbd0652eb9812 (patch)
treef9835654385b898eb9ca0541eb3571844b8476db /pop2.c
parentaa0d39fe51eb00dcb82969d273782b25884f105a (diff)
downloadfetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.tar.gz
fetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.tar.bz2
fetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.zip
Added autoprobe logic.
svn path=/trunk/; revision=66
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop2.c b/pop2.c
index 54d2939d..50c619c9 100644
--- a/pop2.c
+++ b/pop2.c
@@ -312,7 +312,7 @@ int socket;
/* echo the server's greeting to the user */
if (outlevel > O_SILENT)
- fprintf(stderr,"%s\n",buf);
+ fprintf(stderr,"POP2 greeting: %s\n",buf);
else
;
/* is the greeting in the correct format? */