mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 03:01:11 +00:00
Merge pull request #3216 from weaveworks/fix-process-message
Probe: fix message to name the correct flag
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user