~nikwen/account-polld/fix-typo

« back to all changes in this revision

Viewing changes to cmd/account-polld/account_manager.go

  • Committer: Niklas Wenzel
  • Date: 2014-10-19 09:44:59 UTC
  • Revision ID: nikwen.developer@gmail.com-20141019094459-3xq59q0ox8ipqi73
Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        }
77
77
 
78
78
        if a.penaltyCount > 0 {
79
 
                log.Printf("Leaving poll for account %d as penaly count is %d", a.authData.AccountId, a.penaltyCount)
 
79
                log.Printf("Leaving poll for account %d as penalty count is %d", a.authData.AccountId, a.penaltyCount)
80
80
                a.penaltyCount--
81
81
                return
82
82
        }