diff --git a/src/local_scheduler/local_scheduler.cc b/src/local_scheduler/local_scheduler.cc index ea23945c9..ef1a51547 100644 --- a/src/local_scheduler/local_scheduler.cc +++ b/src/local_scheduler/local_scheduler.cc @@ -220,7 +220,8 @@ void start_worker(LocalSchedulerState *state, } /* We can't start a worker if we don't have the path to the worker script. */ if (state->config.start_worker_command == NULL) { - LOG_WARN("No valid command to start worker provided. Cannot start worker."); + LOG_DEBUG( + "No valid command to start worker provided. Cannot start worker."); return; } /* Launch the process to create the worker. */