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