update
parent
95dba85b9f
commit
afb7664ebf
|
@ -96,6 +96,7 @@ func Send(h *History) {
|
||||||
l.Warn().Str("mod", "history").
|
l.Warn().Str("mod", "history").
|
||||||
Interface("history", h).
|
Interface("history", h).
|
||||||
Msg("history reporter has not started, report will be discarded")
|
Msg("history reporter has not started, report will be discarded")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
if h.Type == "" {
|
if h.Type == "" {
|
||||||
h.Type = INFO
|
h.Type = INFO
|
||||||
|
|
Loading…
Reference in New Issue