dovecot-1.3: Removed accidentally committed debug warning.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Tue Apr 21 02:11:58 EEST 2009
    
    
  
details:   http://hg.dovecot.org/dovecot-1.3/rev/e3f61d434616
changeset: 9148:e3f61d434616
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 20 19:11:50 2009 -0400
description:
Removed accidentally committed debug warning.
diffstat:
1 file changed, 1 deletion(-)
src/lib/failures.c |    1 -
diffs (11 lines):
diff -r bf448752f6c4 -r e3f61d434616 src/lib/failures.c
--- a/src/lib/failures.c	Mon Apr 20 19:07:24 2009 -0400
+++ b/src/lib/failures.c	Mon Apr 20 19:11:50 2009 -0400
@@ -397,7 +397,6 @@ void i_set_failure_prefix(const char *pr
 {
 	i_free(log_prefix);
 	log_prefix = i_strdup(prefix);
-	i_warning("new prefix=%s", prefix);
 }
 
 static int ATTR_FORMAT(2, 0)
    
    
More information about the dovecot-cvs
mailing list