diff --git a/libs/marinade-common-cli/src/matchers.rs b/libs/marinade-common-cli/src/matchers.rs index 6e33ba0..cd8d086 100644 --- a/libs/marinade-common-cli/src/matchers.rs +++ b/libs/marinade-common-cli/src/matchers.rs @@ -26,6 +26,11 @@ pub fn signer_from_path_or_default( })?, )) } else { + debug!( + "failed to load signer {} using default signer {}", + name, + default_signer.pubkey() + ); Ok(default_signer.clone()) } }