Errorf call has arguments but no formatting directives

This commit is contained in:
lyx0 2021-10-28 18:24:09 +02:00
parent 92ab22e4b0
commit 2e0a3e3ff5

View file

@ -18,7 +18,7 @@ func PrivateMessage(message twitch.PrivateMessage, nb *bot.Bot) {
// The message has no room-id so something went wrong. // The message has no room-id so something went wrong.
if roomId == "" { if roomId == "" {
log.Errorf("Missing room-id in message tag", roomId) log.Error("Missing room-id in message tag", roomId)
return return
} }