From 45ba00921a83a7744a5f8fedad7dbd0652eb9812 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Aug 1996 23:19:04 +0000 Subject: Added autoprobe logic. svn path=/trunk/; revision=66 --- pop2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop2.c') 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? */ -- cgit v1.2.3