fix load debug messages

This commit is contained in:
Andrea Franz 2019-02-15 16:26:55 +01:00
parent 2348b40cea
commit a649361580
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 1 additions and 1 deletions

View File

@ -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
}