This commit is contained in:
zogodo
2020-12-02 11:44:22 +08:00
parent a55b4445ec
commit 6ceb6f2401

View File

@@ -46,7 +46,6 @@ void web_log(const char *N, const char *M, ...)
va_start(ap, M);
int ret = vsnprintf(log, sizeof(log), M, ap);
va_end(ap);
puts(msg);
LOG_TMP = (char*)malloc(sizeof(char)*LOG_LEN);
now = time(NULL);