diff --git a/tools/perf/util/debug.c b/tools/perf/util/debug.c
index 391c9a9e946fb4c3f012fda5d88cda78506ef550..399e74c34c1aa5220ecc29bd0d33cca2d2a3ac82 100644
--- a/tools/perf/util/debug.c
+++ b/tools/perf/util/debug.c
@@ -23,7 +23,7 @@ int eprintf(int level, const char *fmt, ...)
 
 	if (verbose >= level) {
 		va_start(args, fmt);
-		if (use_browser > 1)
+		if (use_browser >= 1)
 			ui_helpline__vshow(fmt, args);
 		else
 			ret = vfprintf(stderr, fmt, args);