search for: timestamp_format

Displaying 1 result from an estimated 1 matches for "timestamp_format".

2006 Jun 22
1
Patch for rawlog.c
...ur dovecot-1.0.beta9.orig/src/util/rawlog.c dovecot-1.0.beta9/src/util/rawlog.c --- dovecot-1.0.beta9.orig/src/util/rawlog.c 2006-02-26 11:05:31.000000000 +0100 +++ dovecot-1.0.beta9/src/util/rawlog.c 2006-06-23 08:37:57.684368256 +0200 @@ -21,6 +21,7 @@ #define TIMESTAMP_WAIT_TIME 5 #define TIMESTAMP_FORMAT "* OK [RAWLOG TIMESTAMP] %Y-%m-%d %H:%M:%S\n" +#define RAWLOG_DIRNAME "./dovecot.rawlog" static struct ioloop *ioloop; @@ -261,20 +262,14 @@ static void rawlog_open(bool write_timestamps) { - const char *home, *path; struct stat st; int sfd[2];...