Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121111
b: refs/heads/master
c: d1aaf8c
h: refs/heads/master
i:
  121109: 5abde91
  121107: b12c889
  121103: 215e765
v: v3
  • Loading branch information
Stephen Hemminger authored and Ingo Molnar committed Nov 13, 2008
1 parent 7c4fa11 commit 6fe7992
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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: 24de38620dd3504782c90c0892eef888d0c351e9
refs/heads/master: d1aaf8cf8afe70a8c2235a565885291fe290c57c
12 changes: 7 additions & 5 deletions trunk/scripts/bootgraph.pl
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@
}

if ($count == 0) {
print "No data found in the dmesg. Make sure that 'printk.time=1' and\n";
print "'initcall_debug' are passed on the kernel command line.\n\n";
print "Usage: \n";
print " dmesg | perl scripts/bootgraph.pl > output.svg\n\n";
exit;
print STDERR <<END;
No data found in the dmesg. Make sure that 'printk.time=1' and
'initcall_debug' are passed on the kernel command line.
Usage:
dmesg | perl scripts/bootgraph.pl > output.svg
END
exit 1;
}

print "<?xml version=\"1.0\" standalone=\"no\"?> \n";
Expand Down

0 comments on commit 6fe7992

Please sign in to comment.