fix load debug messages
This commit is contained in:
parent
2348b40cea
commit
a649361580
|
@ -224,7 +224,7 @@ func (i *Initializer) installApplets(capFile *os.File) error {
|
|||
|
||||
for load.Next() {
|
||||
cmd := load.GetCommand()
|
||||
_, err = i.send(fmt.Sprintf("load %d of 36", load.Index()), cmd)
|
||||
_, err = i.send(fmt.Sprintf("load %d of 40", load.Index()+1), cmd)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue