From f2cd6417f38a016678650af9cc24abf138813e4c Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Mon, 28 Oct 2024 15:48:33 +0100 Subject: [PATCH] feat: log debug message when MIN_REQUIRED_AGENTS is not set --- bindings/trycp_runner/src/common.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/trycp_runner/src/common.rs b/bindings/trycp_runner/src/common.rs index 253e358..ae2821e 100644 --- a/bindings/trycp_runner/src/common.rs +++ b/bindings/trycp_runner/src/common.rs @@ -6,7 +6,7 @@ use holochain_conductor_api::{CellInfo, IssueAppAuthenticationTokenPayload}; use holochain_types::app::{AppBundle, AppBundleSource, InstallAppPayload}; use holochain_types::prelude::RoleName; use holochain_types::websocket::AllowedOrigins; -use log::warn; +use log::{debug, warn}; use std::path::PathBuf; use std::sync::{Arc, OnceLock}; use std::time::{Duration, Instant}; @@ -480,6 +480,7 @@ pub fn run_with_required_agents