Merge pull request #3216 from weaveworks/fix-process-message

Probe: fix message to name the correct flag
This commit is contained in:
Bryan Boreham
2018-06-07 09:25:40 +01:00
committed by GitHub

View File

@@ -100,7 +100,7 @@ func probeMain(flags probeFlags, targets []appclient.Target) {
defer log.Info("probe exiting")
if flags.spyProcs && os.Getegid() != 0 {
log.Warn("--probe.process=true, but that requires root to find everything")
log.Warn("--probe.proc.spy=true, but that requires root to find everything")
}
rand.Seed(time.Now().UnixNano())