mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-24 04:23:11 +08:00
Revert "Clarified job_continue logging"
This reverts commit 8f2ef082be3679a76156f4fdcff459aec45ee435. It was meant for the major branch.
This commit is contained in:
parent
a8a8d33fe0
commit
b023bddc88
@ -906,9 +906,7 @@ void job_continue(job_t *j, bool cont) {
|
||||
j->set_flag(JOB_NOTIFIED, false);
|
||||
|
||||
CHECK_BLOCK();
|
||||
debug(4, L"%ls job %d, gid %d (%ls), %ls, %ls",
|
||||
cont ? L"Continue" : L"Start",
|
||||
j->job_id, j->pgid, j->command_wcstr(),
|
||||
debug(4, L"Continue job %d, gid %d (%ls), %ls, %ls", 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