diff --git a/src/channel.c b/src/channel.c index 9023808d68..504d6b6095 100644 --- a/src/channel.c +++ b/src/channel.c @@ -5144,7 +5144,10 @@ job_any_running() for (job = first_job; job != NULL; job = job->jv_next) if (job_still_useful(job)) + { + ch_log(NULL, "GUI not forking because a job is running"); return TRUE; + } return FALSE; } #endif diff --git a/src/version.c b/src/version.c index 1589ed921a..3271b64216 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1828, /**/ 1827, /**/