Fix off-by-one printing month in logging code
The field 'mon' in 'struct tm' gives months 0-11, where as humans tend to expect months 1-12. Thus the month number needing adjusting by 1 * src/util/logging.c: Use human friendly month number
Showing
想要评论请 注册 或 登录