diff --git a/client/cs_apps.C b/client/cs_apps.C index 0b3c5af9c9..ed64c843f4 100644 --- a/client/cs_apps.C +++ b/client/cs_apps.C @@ -153,7 +153,7 @@ bool CLIENT_STATE::start_apps() { if (log_flags.task_debug) { printf("start_apps(): all slots full\n"); } - return 0; + return false; } rp = results[i]; // Start the application to compute a result if the result @@ -173,6 +173,7 @@ bool CLIENT_STATE::start_apps() { app_started = time(0); } } + if (log_flags.task_debug && action) printf("CS::start_apps\n"); return action; } diff --git a/win_build.zip b/win_build.zip index ca185c59df..337ec0d906 100644 Binary files a/win_build.zip and b/win_build.zip differ