Browse Source

Fix typo

pull/266/head
Gabe Kangas 5 years ago
parent
commit
3812e6345f
  1. 2
      core/chat/persistence.go

2
core/chat/persistence.go

@ -84,7 +84,7 @@ func getChatHistory() []models.ChatMessage { @@ -84,7 +84,7 @@ func getChatHistory() []models.ChatMessage {
err = rows.Scan(&id, &author, &body, &messageType, &visible, &timestamp)
if err != nil {
log.Debugln(err)
log.Error("There is an problem with the chat database. Please delete chat.db and restart Owncast.")
log.Error("There is a problem with the chat database. Please delete chat.db and restart Owncast.")
break
}

Loading…
Cancel
Save