Fixed error log time caching resolution.

Thanks to 洪志道 (Hong Zhi Dao).
This commit is contained in:
Valentin Bartenev 2018-10-01 15:06:31 +03:00
parent db1e01d992
commit e51ab1b2cb

View file

@ -97,7 +97,7 @@ static nxt_time_string_t nxt_log_error_time_cache = {
"%4d/%02d/%02d %02d:%02d:%02d ",
nxt_length("1970/09/28 12:00:00 "),
NXT_THREAD_TIME_LOCAL,
NXT_THREAD_TIME_MSEC,
NXT_THREAD_TIME_SEC,
};