Pārlūkot izejas kodu

Add year to log timestamp.

Closes GH-32
master
Marq Schneider pirms 12 gadiem
vecāks
revīzija
f6eef6eebf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      btpd/util.c

+ 1
- 1
btpd/util.c Parādīt failu

@@ -95,7 +95,7 @@ log_common(uint32_t type, const char *fmt, va_list ap)
if (type & btpd_logmask) {
char tbuf[20];
time_t tp = time(NULL);
strftime(tbuf, 20, "%b %e %T", localtime(&tp));
strftime(tbuf, 20, "%Y %b %e %T", localtime(&tp));
printf("%s %s: ", tbuf, logtype_str(type));
vprintf(fmt, ap);
}


Notiek ielāde…
Atcelt
Saglabāt