From 5840de3ac924ad7ad403dcedf4f6535238d84a4e Mon Sep 17 00:00:00 2001 From: jsvisa Date: Mon, 18 Sep 2023 15:30:31 +0000 Subject: [PATCH] core/rawdb: typo Signed-off-by: jsvisa --- core/rawdb/freezer_table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rawdb/freezer_table.go b/core/rawdb/freezer_table.go index 66bf63e546..cb32d61ae8 100644 --- a/core/rawdb/freezer_table.go +++ b/core/rawdb/freezer_table.go @@ -274,7 +274,7 @@ func (t *freezerTable) repair() error { contentExp = int64(lastIndex.offset) for contentExp != contentSize { if t.readonly { - return fmt.Errorf("freezer table(path: %s, name: %s num: %d) is corrupted", t.path, t.name, lastIndex.filenum) + return fmt.Errorf("freezer table(path: %s, name: %s, num: %d) is corrupted", t.path, t.name, lastIndex.filenum) } verbose = true // Truncate the head file to the last offset pointer