Fix log level regression in #533

This commit is contained in:
Brian Brazil 2018-02-07 15:16:20 +00:00
parent 7e41a2b279
commit 1072f2868d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func (c *filesystemCollector) GetStats() ([]filesystemStats, error) {
labels: labels,
deviceError: 1,
})
log.Errorf("Error on statfs() system call for %q: %s", labels.mountPoint, err)
log.Debugf("Error on statfs() system call for %q: %s", labels.mountPoint, err)
continue
}