From 2ede25868e252799baebdd4083465e9f988cd3a6 Mon Sep 17 00:00:00 2001 From: hanemile Date: Fri, 2 Nov 2018 23:06:27 +0100 Subject: corrected the logplus namechanging --- csv/csv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csv/csv.go b/csv/csv.go index 007c0f9..1b3c0bc 100644 --- a/csv/csv.go +++ b/csv/csv.go @@ -21,10 +21,10 @@ func Import(path string, start int, end int, slice []structs.Star2D) []structs.S // Handle errors if errx != nil { - logplus.LogFError("error reading value from csv in line nr. %d (%s)", linenr, errx) + logplus.LogErrorf("error reading value from csv in line nr. %d (%s)", linenr, errx) } if erry != nil { - logplus.LogFError("error reading value from csv in line nr. %d (%s)", linenr, erry) + logplus.LogErrorf("error reading value from csv in line nr. %d (%s)", linenr, erry) } // Create a temporary star for assembling the star -- cgit 1.4.1