Martin Holst Swende пре 6 година
родитељ
комит
645756cda5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cmd/utils/flags.go

+ 1 - 1
cmd/utils/flags.go

@@ -1161,7 +1161,7 @@ func setSmartCard(ctx *cli.Context, cfg *node.Config) {
 	// Sanity check that the smartcard path is valid
 	// Sanity check that the smartcard path is valid
 	fi, err := os.Stat(path)
 	fi, err := os.Stat(path)
 	if err != nil {
 	if err != nil {
-		log.Info("Smartcard socket not found, disabling", err", err)
+		log.Info("Smartcard socket not found, disabling", "err", err)
 		return
 		return
 	}
 	}
 	if fi.Mode()&os.ModeType != os.ModeSocket {
 	if fi.Mode()&os.ModeType != os.ModeSocket {