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 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3.c') 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 ; -- cgit v1.2.3