[dovecot-cvs] dovecot/src/imap rawlog.c,1.11,1.12

cras at procontrol.fi cras at procontrol.fi
Sat Feb 8 16:08:59 EET 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv15263/imap

Modified Files:
	rawlog.c 
Log Message:
There's no space before "* OK"



Index: rawlog.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/rawlog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rawlog.c	27 Jan 2003 01:44:34 -0000	1.11
+++ rawlog.c	8 Feb 2003 14:08:57 -0000	1.12
@@ -17,7 +17,7 @@
 #include <sys/socket.h>
 
 #define TIMESTAMP_WAIT_TIME 5
-#define TIMESTAMP_FORMAT " * OK [RAWLOG TIMESTAMP] %Y-%m-%d %H:%M:%S\n"
+#define TIMESTAMP_FORMAT "* OK [RAWLOG TIMESTAMP] %Y-%m-%d %H:%M:%S\n"
 
 static struct ioloop *ioloop;
 static int client_in, client_out, imap_in, imap_out;




More information about the dovecot-cvs mailing list