mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Forgot debug println
This commit is contained in:
@@ -33,7 +33,6 @@ func readStats(path string) (ppid, threads int, jiffies, rss, rssLimit uint64, e
|
||||
return
|
||||
}
|
||||
splits := strings.Fields(string(buf))
|
||||
fmt.Printf("Got stats: %q, %d fields\n", splits, len(splits))
|
||||
if len(splits) < 25 {
|
||||
err = fmt.Errorf("Invalid /proc/PID/stat")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user