fix raw response log
This commit is contained in:
parent
1025cd3f48
commit
ab0161d301
2
shell.go
2
shell.go
|
@ -190,7 +190,7 @@ func (s *Shell) commandGPSendAPDU(args ...string) error {
|
||||||
logger.Error("send apdu failed", "error", err)
|
logger.Error("send apdu failed", "error", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
logger.Info(fmt.Sprintf("raw response: %x", resp))
|
logger.Info("raw response", "hex", fmt.Sprintf("%x", resp))
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue