mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
cmd/utils: close quote (#19665)
This commit is contained in:
parent
d97f0372b1
commit
645756cda5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue