From a96368919742ef6c1f80f2e59566a99198c27ea6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 16 Jul 2019 11:17:12 +0200 Subject: pkg/log: rename -v to -vv To avoid conflicts with programs that import both syzkaller packages and github.com/golang/glog which also defines -v flag. --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/troubleshooting.md') diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index bd705ee38..4a248b71c 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -6,7 +6,7 @@ Here are some things to check if there are problems running syzkaller. from both the `syz-manager` top-level program and the `syz-fuzzer` instances. With this option syzkaller will only run one VM instance. - - Use the `-v N` command line option to increase the amount of logging output, from both + - Use the `-vv N` command line option to increase the amount of logging output, from both the `syz-manager` top-level program and the `syz-fuzzer` instances (which go to the output files in the `crashes` subdirectory of the working directory). Higher values of N give more output. -- cgit mrf-deployment