diff --git a/[refs] b/[refs] index 0e0dce49a1a8..3832b7d013ad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3b761f9bda66c24c2686ae795e263cb49f6d8ef4 +refs/heads/master: 044c4f8fbab513af399ff8ce7a2af2d303d85849 diff --git a/trunk/tools/perf/util/debug.c b/trunk/tools/perf/util/debug.c index 391c9a9e946f..399e74c34c1a 100644 --- a/trunk/tools/perf/util/debug.c +++ b/trunk/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);