[dovecot-cvs] dovecot/src/lib failures.c,1.27.2.8,1.27.2.9

tss at dovecot.org tss at dovecot.org
Thu Mar 15 17:51:57 EET 2007


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

Modified Files:
      Tag: branch_1_0
	failures.c 
Log Message:
i_set_failure_file() no longer automatically appends ": " to log prefixes.



Index: failures.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/failures.c,v
retrieving revision 1.27.2.8
retrieving revision 1.27.2.9
diff -u -d -r1.27.2.8 -r1.27.2.9
--- failures.c	15 Mar 2007 13:58:33 -0000	1.27.2.8
+++ failures.c	15 Mar 2007 15:51:55 -0000	1.27.2.9
@@ -359,7 +359,7 @@
 void i_set_failure_file(const char *path, const char *prefix)
 {
 	i_free(log_prefix);
-	log_prefix = i_strconcat(prefix, ": ", NULL);
+	log_prefix = i_strdup(prefix);
 
 	if (log_info_fd != NULL && log_info_fd != log_fd &&
 	    log_info_fd != stderr)



More information about the dovecot-cvs mailing list