mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
log: add newline
This commit is contained in:
parent
8597c3c7e7
commit
56d29bbec5
3 changed files with 20 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ void sway_log(int verbosity, char* format, ...) {
|
|||
va_end(args);
|
||||
|
||||
if (colored) {
|
||||
fprintf(stderr, "\x1B[0m\n");
|
||||
fprintf(stderr, "\x1B[0m");
|
||||
}
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue