You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2013/06/02 14:39:27 UTC

svn commit: r1488696 - /spamassassin/trunk/spamc/libspamc.c

Author: sidney
Date: Sun Jun  2 12:39:27 2013
New Revision: 1488696

URL: http://svn.apache.org/r1488696
Log:
Bug 6939 - Clarify error log message

Modified:
    spamassassin/trunk/spamc/libspamc.c

Modified: spamassassin/trunk/spamc/libspamc.c
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamc/libspamc.c?rev=1488696&r1=1488695&r2=1488696&view=diff
==============================================================================
--- spamassassin/trunk/spamc/libspamc.c (original)
+++ spamassassin/trunk/spamc/libspamc.c Sun Jun  2 12:39:27 2013
@@ -425,7 +425,7 @@ static int _try_to_connect_unix(struct t
 	return EX_OK;
     }
 
-    libspamc_log(tp->flags, LOG_ERR, "connect(AF_UNIX) to spamd %s failed: %s",
+    libspamc_log(tp->flags, LOG_ERR, "connect(AF_UNIX) to spamd using --socket='%s' failed: %s",
 	   addrbuf.sun_path, strerror(origerr));
     closesocket(mysock);