cmd/utils: close quote (#19665)

This commit is contained in:
Martin Holst Swende 2019-06-04 21:17:12 +02:00 committed by GitHub
parent d97f0372b1
commit 645756cda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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