summaryrefslogtreecommitdiffstats
path: root/commands/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/server.go')
-rw-r--r--commands/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/server.go b/commands/server.go
index 036fa9eaa..f61681003 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -482,6 +482,7 @@ func removeErrorPrefixFromLog(content string) string {
var logReplacer = strings.NewReplacer(
"can't", "can’t", // Chroma lexer does'nt do well with "can't"
"*hugolib.pageState", "page.Page", // Page is the public interface.
+ "Rebuild failed:", "",
)
func cleanErrorLog(content string) string {