Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a8587d0

Browse files
committed
Update length of timestamp to 30.
1 parent 7a877df commit a8587d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/utils/trace.h

Lines changed: 1 addition & 1 deletion
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)