This commit is contained in:
taiyu 2015-09-04 17:02:02 -07:00
parent 4cd18449d2
commit c5d0b5d437
1 changed files with 1 additions and 1 deletions

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