diff --git a/lib/igt_core.c b/lib/igt_core.c index 3c035451..40bc92fd 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -943,7 +943,7 @@ void igt_exit(void) if (igt_only_list_subtests()) exit(IGT_EXIT_SUCCESS); - kmsg(KMSG_INFO "%s: exiting, ret=%d\n", command_str, igt_exitcode); + kmsg(KERN_INFO "%s: exiting, ret=%d\n", command_str, igt_exitcode); if (!test_with_subtests) exit(igt_exitcode);