mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Fix job run flog
The arguments didn't match the format string.
This commit is contained in:
parent
d0d5c62ec7
commit
1f997de8bf
|
@ -946,7 +946,8 @@ bool job_t::resume() {
|
|||
}
|
||||
|
||||
void job_t::continue_job(parser_t &parser) {
|
||||
FLOGF(proc_job_run, L"Run job %d, gid %d (%ls), %ls, %ls",
|
||||
FLOGF(proc_job_run, L"Run job %d (%ls), %ls, %ls",
|
||||
job_id(), command_wcstr(),
|
||||
is_completed() ? L"COMPLETED" : L"UNCOMPLETED",
|
||||
parser.libdata().is_interactive ? L"INTERACTIVE" : L"NON-INTERACTIVE");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user