mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-22 18:29:48 +08:00
Use chsrc_ prefix log
This commit is contained in:
6
chsrc.h
6
chsrc.h
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user