[dovecot-cvs] dovecot/src/auth main.c,1.56.2.2,1.56.2.3

tss at dovecot.org tss at dovecot.org
Thu Mar 15 17:52:56 EET 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv15087/auth

Modified Files:
      Tag: branch_1_0
	main.c 
Log Message:
Fixes to handling log prefixes. imap/pop3 processes now log the
mail_log_prefix even when started with --exec-mail.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/main.c,v
retrieving revision 1.56.2.2
retrieving revision 1.56.2.3
diff -u -d -r1.56.2.2 -r1.56.2.3
--- main.c	19 Jan 2007 15:19:29 -0000	1.56.2.2
+++ main.c	15 Mar 2007 15:52:54 -0000	1.56.2.3
@@ -59,7 +59,7 @@
 				     env == NULL ? LOG_MAIL : atoi(env));
 	} else {
 		/* log to file or stderr */
-		i_set_failure_file(getenv("LOGFILE"), "dovecot-auth");
+		i_set_failure_file(getenv("LOGFILE"), "dovecot-auth: ");
 	}
 
 	if (getenv("INFOLOGFILE") != NULL)



More information about the dovecot-cvs mailing list