Skip to content

Commit

Permalink
log: add some more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Oct 11, 2022
1 parent db96239 commit 662011a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,9 +1146,9 @@ getLogFile(char *replybuf, int bufsize)
char *
getFormattedDateTime(char *replybuf, int bufsize)
{
char buf_datetime[21];
char buf_millisec[4];
char buf_timezone[6];
char buf_datetime[21]; /* 2022-10-07T16:36:04 + . */
char buf_millisec[4]; /* 357 */
char buf_timezone[6]; /* +0900 */

struct tm *now;
struct timeval tv;
Expand Down

0 comments on commit 662011a

Please sign in to comment.