commit 6857495eebbc8d65668c356c6ad500d17daca10d
parent 73d2ef5e5b1df58b43c536ce48217e6f15685303
Author: Claudio Alessi <smoppy@gmail.com>
Date: Thu, 19 Apr 2018 20:27:06 +0200
Remove year from timestamp.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -7,7 +7,7 @@ char nick[32] = {0}; /* 0 means getenv("USER") */
char logfile[64] = "/tmp/circo.log";
/* Timestamp format; see strftime(3). */
-#define TIMESTAMP_FORMAT "%Y-%m-%d %T | "
+#define TIMESTAMP_FORMAT "%d/%m %T | "
/* Used if no message is specified */
#define QUIT_MESSAGE "circo"