diff --git a/src/config.h b/src/config.h index 44771949..007fc364 100644 --- a/src/config.h +++ b/src/config.h @@ -9,9 +9,9 @@ #include "piler-config.h" #include "params.h" -#define VERSION "1.3.4" +#define VERSION "1.3.5-pre1" -#define BUILD 994 +#define BUILD 995 #define HOSTID "mailarchiver" diff --git a/src/piler-smtp.c b/src/piler-smtp.c index 8d232d4c..2353ec48 100644 --- a/src/piler-smtp.c +++ b/src/piler-smtp.c @@ -249,7 +249,7 @@ int main(int argc, char **argv){ break; } else { - syslog(LOG_PRIORITY, "ERROR: accept()"); + syslog(LOG_PRIORITY, "ERROR: accept(): '%s'", strerror(errno)); break; } }