mirror of
https://github.com/owncast/owncast.git
synced 2025-11-12 18:52:36 +08:00
Fix error message
This commit is contained in:
@@ -87,7 +87,7 @@ func getChatHistory(filtered bool) []models.ChatEvent {
|
|||||||
err = rows.Scan(&id, &author, &body, &messageType, &visible, ×tamp)
|
err = rows.Scan(&id, &author, &body, &messageType, &visible, ×tamp)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Debugln(err)
|
log.Debugln(err)
|
||||||
log.Error("There is a problem with the chat database. Please delete chat.db and restart Owncast.")
|
log.Error("There is a problem with the chat database. Restore a backup of owncast.db or remove it and start over.")
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user