Skip to content

Commit 970f089

Browse files
author
Vipin Jain
committed
fix print log
1 parent 6ae36c1 commit 970f089

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

netdcli/cfg.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ func executeJsonCfg(defOpts *cliOpts) (err error) {
242242
epBindings := []netmaster.ConfigEp{}
243243
err = json.Unmarshal(data, &epBindings)
244244
if err != nil {
245-
log.Printf("error '%s' unmarshing host bindings, data ============\n%s=============\n \n",
246-
err, data)
245+
log.Printf("error '%s' unmarshing host bindings, data ============\n%s\n=============\n", err, data)
247246
return
248247
}
249248

0 commit comments

Comments
 (0)