mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-11 13:44:09 +08:00
Use simpler log for note2
This commit is contained in:
parent
2d352c3981
commit
94735c823b
@ -51,8 +51,7 @@
|
|||||||
void
|
void
|
||||||
chsrc_note2 (const char* str)
|
chsrc_note2 (const char* str)
|
||||||
{
|
{
|
||||||
char *prompt = xy_2strjoin (to_yellow (App_Name " "), to_boldyellow ("提示"));
|
xy_log_brkt (to_yellow (App_Name), to_boldyellow ("提示"), to_yellow (str));
|
||||||
xy_log_brkt_to (prompt, to_yellow (str), stdout);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user