mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-03-01 17:22:48 +00:00
one more log
This commit is contained in:
parent
a908a34812
commit
7108701389
@ -228,7 +228,7 @@ func freeipmiOutput(cmd string, target ipmiTarget, arg ...string) ([]byte, error
|
||||
log.Debugf("Executing %s %v", fqcmd, args)
|
||||
out, err := exec.Command(fqcmd, args...).CombinedOutput()
|
||||
if err != nil {
|
||||
log.Errorf("Error while calling %s: %s", cmd, out)
|
||||
log.Errorf("Error while calling %s for %s: %s", cmd, rmcp.host, out)
|
||||
}
|
||||
return out, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user