diff --git a/fs/xfs/support/debug.c b/fs/xfs/support/debug.c index 975aa10e1a47a3536499b035947ed0c5ac5098a5..86162e5f9a21c3d5de6b9b76fb3c9d852de3060c 100644 --- a/fs/xfs/support/debug.c +++ b/fs/xfs/support/debug.c @@ -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(); }