Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323703
b: refs/heads/master
c: ca1b145
h: refs/heads/master
i:
  323701: 258f534
  323699: 83a3282
  323695: d6ae785
v: v3
  • Loading branch information
Robert Richter authored and Arnaldo Carvalho de Melo committed Aug 17, 2012
1 parent 2ef1533 commit 26b02a5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f4d834367cda98eee3769638da6ad687607c74e6
refs/heads/master: ca1b145761e9355f90bfae1f42c9d9194702066b
3 changes: 2 additions & 1 deletion trunk/tools/perf/util/evsel.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ const char *perf_evsel__name(struct perf_evsel *evsel)
break;

default:
scnprintf(bf, sizeof(bf), "%s", "unknown attr type");
scnprintf(bf, sizeof(bf), "unknown attr type: %d",
evsel->attr.type);
break;
}

Expand Down

0 comments on commit 26b02a5

Please sign in to comment.