Use chsrc_ prefix log

This commit is contained in:
Aoran Zeng
2023-09-26 21:09:16 +08:00
parent c60ffb8c80
commit 82956b7976
2 changed files with 25 additions and 20 deletions

View File

@@ -266,6 +266,12 @@ not_root:
}
#define App_Prefix "chsrc: "
#define chsrc_success(str) xy_success(xy_2strjoin(App_Prefix, (str)))
#define chsrc_info(str) xy_info(xy_2strjoin(App_Prefix, (str)))
#define chsrc_warn(str) xy_warn(xy_2strjoin(App_Prefix, (str)))
#define chsrc_error(str) xy_error(xy_2strjoin(App_Prefix, (str)))
/* Target Info */
typedef struct {