Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231266
b: refs/heads/master
c: 65a84a0
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Alex Elder committed Jan 12, 2011
1 parent 330ad1e commit eedba55
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: 1884bd8354c9aec4ca501dc4773c13ad2a09af7b
refs/heads/master: 65a84a0f7567ea244e5246e642920260cfc2744a
3 changes: 2 additions & 1 deletion trunk/fs/xfs/support/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ xfs_fs_vcmn_err(
void
assfail(char *expr, char *file, int line)
{
printk("Assertion failed: %s, file: %s, line: %d\n", expr, file, line);
printk(KERN_CRIT "Assertion failed: %s, file: %s, line: %d\n", expr,
file, line);
BUG();
}

Expand Down

0 comments on commit eedba55

Please sign in to comment.