Skip to content

Commit

Permalink
fixup! feat(advance-runner): log tainted session reason
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Aug 23, 2024
1 parent c93ad27 commit 88178d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/advance-runner/src/server_manager/facade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ impl ServerManagerFacade {
message = format!("Server manager session was tainted: {} ({})",
taint_status.error_code,
taint_status.error_message);
tracing::error!(message);
}
}
}
tracing::error!(message);
ServerManagerError::MethodCallError {
method,
request_id,
Expand Down

0 comments on commit 88178d5

Please sign in to comment.