iis: fix typo in error message: os -> iis

This commit is contained in:
Martin Lindhe 2016-09-01 14:37:14 +02:00
parent 6515cdde4e
commit f99a67b376
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ func NewIISCollector() *IISCollector {
// to the provided prometheus Metric channel.
func (c *IISCollector) Collect(ch chan<- prometheus.Metric) {
if desc, err := c.collect(ch); err != nil {
log.Println("[ERROR] failed collecting os metrics:", desc, err)
log.Println("[ERROR] failed collecting iis metrics:", desc, err)
return
}
}