mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
Errorf call has arguments but no formatting directives
This commit is contained in:
parent
92ab22e4b0
commit
2e0a3e3ff5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue