Skip to content

Commit 424ff56

Browse files
committed
Update length of timestamp to 30.
1 parent a17c0e0 commit 424ff56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/utils/trace.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifdef ELOG_TIMESTAMPS
1919
char *tprintf_timestamp(void);
2020

21-
#define TIMESTAMP_SIZE 28
21+
#define TIMESTAMP_SIZE 30
2222
#else
2323
#define TIMESTAMP_SIZE 0
2424
#endif

0 commit comments

Comments
 (0)