mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
style
This commit is contained in:
parent
4cd18449d2
commit
c5d0b5d437
@ -233,7 +233,7 @@ bool read_config(FILE *file, bool is_active) {
|
|||||||
temp_config->failed = true;
|
temp_config->failed = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
sway_log(L_ERROR, "Invalid command %s",args->items[0]);
|
sway_log(L_ERROR, "Invalid command ``%s''", line);
|
||||||
}
|
}
|
||||||
free_flat_list(args);
|
free_flat_list(args);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user