This commit is contained in:
Gabe Kangas 2020-10-16 13:57:23 -07:00
parent 30c9bbe966
commit 3812e6345f

View File

@ -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
}