From c7017eccd21da514f345a5c7a41156b1adf7cb35 Mon Sep 17 00:00:00 2001 From: msweet Date: Thu, 8 Jul 2010 20:45:48 +0000 Subject: Merge changes from CUPS 1.5svn-r9198. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2309 a1ca3aef-8c08-0410-bb20-df032aa958be --- notifier/mailto.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'notifier') diff --git a/notifier/mailto.c b/notifier/mailto.c index 0c9b8a6fd..8a2d2d386 100644 --- a/notifier/mailto.c +++ b/notifier/mailto.c @@ -368,8 +368,10 @@ email_message(const char *to, /* I - Recipient of message */ fputs("DEBUG: QUIT\n", stderr); if (!cupsFileGets(fp, response, sizeof(response)) || atoi(response) >= 500) - goto smtp_error; - fprintf(stderr, "DEBUG: <<< %s\n", response); + fprintf(stderr, "ERROR: Got \"%s\" trying to QUIT connection.\n", + response); + else + fprintf(stderr, "DEBUG: <<< %s\n", response); cupsFileClose(fp); -- cgit v1.2.1