1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-30 08:34:14 +01:00
This commit is contained in:
taiyu 2015-09-04 17:02:02 -07:00
parent 4cd18449d2
commit c5d0b5d437

View file

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