mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 06:56:09 +08:00
Clarified job_continue logging
This commit is contained in:
parent
bdcd451030
commit
8f2ef082be
@ -906,7 +906,9 @@ void job_continue(job_t *j, bool cont) {
|
||||
j->set_flag(JOB_NOTIFIED, false);
|
||||
|
||||
CHECK_BLOCK();
|
||||
debug(4, L"Continue job %d, gid %d (%ls), %ls, %ls", j->job_id, j->pgid, j->command_wcstr(),
|
||||
debug(4, L"%ls job %d, gid %d (%ls), %ls, %ls",
|
||||
cont ? L"Continue" : L"Start",
|
||||
j->job_id, j->pgid, j->command_wcstr(),
|
||||
job_is_completed(j) ? L"COMPLETED" : L"UNCOMPLETED",
|
||||
is_interactive ? L"INTERACTIVE" : L"NON-INTERACTIVE");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user