change warning about disable kprobes (#549)

#479


Co-authored-by: dabao1955 <195328750@qq.com>
This commit is contained in:
dabao1955
2023-05-23 10:24:18 +08:00
committed by GitHub
parent 8858cc899e
commit d014947a54

View File

@@ -57,7 +57,7 @@ int __init kernelsu_init(void)
ksu_enable_sucompat();
ksu_enable_ksud();
#else
#warning("KPROBES is disabled, KernelSU may not work, please check https://kernelsu.org/guide/how-to-integrate-for-non-gki.html")
pr_alert("KPROBES is disabled, KernelSU may not work, please check https://kernelsu.org/guide/how-to-integrate-for-non-gki.html");
#endif
return 0;