From 72321cf319007f632bd46696b3da3377ca333065 Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Fri, 12 Feb 2021 22:58:35 -0800 Subject: [PATCH] Typo fix --- internal/pkg/warewulfconf/constructors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/warewulfconf/constructors.go b/internal/pkg/warewulfconf/constructors.go index 9d83271f..c38fe30b 100644 --- a/internal/pkg/warewulfconf/constructors.go +++ b/internal/pkg/warewulfconf/constructors.go @@ -15,7 +15,7 @@ func New() (ControllerConf, error) { wwlog.Printf(wwlog.DEBUG, "Opening Warewulf configuration file: %s\n", ConfigFile) data, err := ioutil.ReadFile(ConfigFile) if err != nil { - fmt.Printf("error reading node configuration file\n") + fmt.Printf("error reading Warewulf configuration file\n") return ret, err }