From 30089dd87f11f8ee9698d1bd7bda630a26087264 Mon Sep 17 00:00:00 2001 From: janczer Date: Mon, 27 Mar 2017 18:06:21 +0200 Subject: [PATCH] Add verbs to error message --- cmd/snaptel/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/snaptel/config.go b/cmd/snaptel/config.go index 92bb8619a..841afeba8 100644 --- a/cmd/snaptel/config.go +++ b/cmd/snaptel/config.go @@ -90,7 +90,7 @@ func getConfig(ctx *cli.Context) error { defer w.Flush() r := pClient.GetPluginConfig(ptyp, pname, strconv.Itoa(pver)) if r.Err != nil { - return fmt.Errorf("Error requesting info: ", r.Err) + return fmt.Errorf("Error requesting info: %v", r.Err) } printFields(w, false, 0, "NAME",