mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fix log message
This commit is contained in:
parent
714100e24b
commit
bf69c5589f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ func (broker *broker) SendMessage(event Event) {
|
|||
pkg.Event = event
|
||||
data, _ := json.Marshal(pkg)
|
||||
|
||||
log.Trace("Broker received new event", "name", pkg.Name, "payload", data)
|
||||
log.Trace("Broker received new event", "name", pkg.Name, "payload", string(data))
|
||||
broker.notifier <- data
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue