diff options
Diffstat (limited to 'fs/xfs/support/debug.c')
-rw-r--r-- | fs/xfs/support/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/support/debug.c b/fs/xfs/support/debug.c index 975aa10e1a4..86162e5f9a2 100644 --- a/fs/xfs/support/debug.c +++ b/fs/xfs/support/debug.c | |||
@@ -104,7 +104,8 @@ xfs_fs_vcmn_err( | |||
104 | void | 104 | void |
105 | assfail(char *expr, char *file, int line) | 105 | assfail(char *expr, char *file, int line) |
106 | { | 106 | { |
107 | printk("Assertion failed: %s, file: %s, line: %d\n", expr, file, line); | 107 | printk(KERN_CRIT "Assertion failed: %s, file: %s, line: %d\n", expr, |
108 | file, line); | ||
108 | BUG(); | 109 | BUG(); |
109 | } | 110 | } |
110 | 111 | ||