Revert "Clarified job_continue logging"

This reverts commit 8f2ef082be3679a76156f4fdcff459aec45ee435.
It was meant for the major branch.
This commit is contained in:
Kurtis Rader 2017-08-13 15:28:05 -07:00
parent a8a8d33fe0
commit b023bddc88

View File

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