From 3812e6345f02ff3d3f28f0f3c4eda62e8b335f92 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 16 Oct 2020 13:57:23 -0700 Subject: [PATCH] Fix typo --- core/chat/persistence.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/persistence.go b/core/chat/persistence.go index 9b7043100..bc9522346 100644 --- a/core/chat/persistence.go +++ b/core/chat/persistence.go @@ -84,7 +84,7 @@ func getChatHistory() []models.ChatMessage { err = rows.Scan(&id, &author, &body, &messageType, &visible, ×tamp) 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 }