fix log line formatting

This commit is contained in:
piotr
2022-09-21 00:54:42 +02:00
parent 87a62e7bb6
commit c7fa6e836a

View File

@@ -538,7 +538,7 @@ func savePinned() {
_, err := f.WriteString(line + "\n") _, err := f.WriteString(line + "\n")
if err != nil { if err != nil {
log.Errorf("Error saving pinned", err) log.Error("Error saving pinned", err)
} }
} }
} }