diff options
Diffstat (limited to 'tools/perf/tests/code-reading.c')
| -rw-r--r-- | tools/perf/tests/code-reading.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/code-reading.c b/tools/perf/tests/code-reading.c index ff5bc6363a79..d1f693041324 100644 --- a/tools/perf/tests/code-reading.c +++ b/tools/perf/tests/code-reading.c @@ -599,7 +599,7 @@ static int do_test_code_reading(bool try_kcore)  				continue;  			} -			if (verbose) { +			if (verbose > 0) {  				char errbuf[512];  				perf_evlist__strerror_open(evlist, errno, errbuf, sizeof(errbuf));  				pr_debug("perf_evlist__open() failed!\n%s\n", errbuf);  | 

