Use simpler log for note2

This commit is contained in:
Aoran Zeng 2024-08-09 01:54:37 +08:00
parent 2d352c3981
commit 94735c823b
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -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));
}