sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit c5d0b5d4372a9443e07386b9dc47bd1681bbf699
parent 4cd18449d2927304e02607a7130572d5329c274e
Author: taiyu <taiyu.len@gmail.com>
Date:   Fri,  4 Sep 2015 17:02:02 -0700

style

Diffstat:
Msway/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/config.c b/sway/config.c @@ -233,7 +233,7 @@ bool read_config(FILE *file, bool is_active) { temp_config->failed = true; } } else { - sway_log(L_ERROR, "Invalid command %s",args->items[0]); + sway_log(L_ERROR, "Invalid command ``%s''", line); } free_flat_list(args);