]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
There's no space before "* OK"
authorTimo Sirainen <tss@iki.fi>
Sat, 8 Feb 2003 14:08:57 +0000 (16:08 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 8 Feb 2003 14:08:57 +0000 (16:08 +0200)
--HG--
branch : HEAD

src/imap/rawlog.c

index a7bb79936d3bffcf65e4bf83d5bfe0a14b97e952..69c785f27ec4121e2f83b057701aff2bafbfbd5d 100644 (file)
@@ -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;