Fixed a logging message posting to Enterprise

pull/4683/head
Mark Bates 2015-11-06 10:21:18 -05:00
parent b1df4bd76e
commit 377d926aba
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ func (s *Service) reportStats() {
resp, err := cl.Save(st)
if err != nil {
s.logger.Printf("failed to post statistics to: repsonse code: %d: error: %s", resp.StatusCode, err)
s.logger.Printf("failed to post statistics to Enterprise: repsonse code: %d: error: %s", resp.StatusCode, err)
continue
}
s.updateLastContact(time.Now().UTC())