This commit is contained in:
David Newhall II 2019-06-18 23:38:02 -07:00
parent 7e54f06506
commit f217c5d0a8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func hasErr(errs []error) bool {
} }
// LogErrors writes a slice of errors, with a prefix, to log-out. // LogErrors writes a slice of errors, with a prefix, to log-out.
// It also incriments the error counter. // It also increments the error counter.
func (u *UnifiPoller) LogErrors(errs []error, prefix string) { func (u *UnifiPoller) LogErrors(errs []error, prefix string) {
for _, err := range errs { for _, err := range errs {
if err != nil { if err != nil {