Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349893
b: refs/heads/master
c: 044c4f8
h: refs/heads/master
i:
  349891: f0c6586
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Dec 9, 2012
1 parent 72afac9 commit d624a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b761f9bda66c24c2686ae795e263cb49f6d8ef4
refs/heads/master: 044c4f8fbab513af399ff8ce7a2af2d303d85849
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d624a59

Please sign in to comment.