Fix Windows build

Code referenced Debugf which is not available in this package
This commit is contained in:
Ivan Kozlovic
2016-04-21 18:34:24 -06:00
parent f81d57c0a3
commit bff3603606

View File

@@ -79,7 +79,7 @@ func getStatsForProcess(name string, pcpu *float64, rss, vss *int64, pid *int) (
return nil
} else {
// something went wrong executing the command
Debugf("exec failure: %s\n", string(out))
// Debugf("exec failure: %s\n", string(out))
return errors.New(fmt.Sprintf("typeperf failed: %v", err))
}
}