fixed notification not being sent

This commit is contained in:
yusing
2024-10-30 06:44:10 +08:00
parent 81177926ff
commit 0397f69853
4 changed files with 6 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ func (disp *Dispatcher) dispatch(msg *LogMessage) {
if errs.HasError() {
E.LogError(errs.About(), errs.Error())
} else {
logging.Debug().Msgf("dispatched notif: %s", msg.Message)
logging.Debug().Str("title", msg.Title).Str("message", msg.Message).Msgf("dispatched notif")
}
}