mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-28 06:01:33 +00:00
use log::{trace, debug} instead of log::info for logging (#31)
This commit is contained in:
@ -72,7 +72,7 @@ pub(super) fn set_remote_call_result<'i>(
|
||||
exec_ctx.subtree_complete = false;
|
||||
|
||||
let new_evidence_state = EvidenceState::Call(CallResult::RequestSent(exec_ctx.current_peer_id.clone()));
|
||||
log::info!(
|
||||
log::trace!(
|
||||
target: EVIDENCE_CHANGING,
|
||||
" adding new call evidence state {:?}",
|
||||
new_evidence_state
|
||||
|
Reference in New Issue
Block a user