diff --git a/src/grpc/server.rs b/src/grpc/server.rs index f1a45533..7f21beb2 100644 --- a/src/grpc/server.rs +++ b/src/grpc/server.rs @@ -189,7 +189,7 @@ impl ConsumerService for TaskbrokerServer { } Ok(None) => { - warn!("No pending activations"); + debug!("No pending activations"); // If we return an error, the worker will place the result back in its internal queue and send the update again in the future, which is not desired Ok(Response::new(SetTaskStatusResponse { task: None }))