Use chsrc_alert2()

This commit is contained in:
Aoran Zeng
2025-07-21 22:21:07 +08:00
parent fa4a69b4b9
commit 92f341179b
16 changed files with 29 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
* File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org>
* Created On : <2024-12-14>
* Last Modified : <2025-07-14>
* Last Modified : <2025-07-21>
*
* 该文件最好启用 DEBUG mode 编译
* ------------------------------------------------------------*/
@@ -35,6 +35,7 @@ main (int argc, char const *argv[])
chsrc_succ2 ("chsrc_succ2");
chsrc_log2 ("chsrc_log2");
chsrc_note2 ("chsrc_note2");
chsrc_alert2 ("chsrc_alert2");
chsrc_warn2 ("chsrc_warn2");
chsrc_error2 ("chsrc_error2");
chsrc_debug2 ("fw", "chsrc_debug2");