master
Evan Chen 2021-12-25 01:04:04 +08:00
parent 95dba85b9f
commit afb7664ebf
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ func Send(h *History) {
l.Warn().Str("mod", "history").
Interface("history", h).
Msg("history reporter has not started, report will be discarded")
return
}
if h.Type == "" {
h.Type = INFO