mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
log: simplify info message
This commit is contained in:
parent
0b834c2efa
commit
5181a0ac52
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ void info(const char *msg, ...)
|
|||
{
|
||||
va_list params;
|
||||
fprintf(stderr, LABWC_COLOR_YELLOW);
|
||||
fprintf(stderr, "[labwc] info: ");
|
||||
fprintf(stderr, "[labwc] ");
|
||||
va_start(params, msg);
|
||||
vfprintf(stderr, msg, params);
|
||||
va_end(params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue