mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 11:58:01 +00:00
fix log level (#644)
This commit is contained in:
committed by
Bastian Köcher
parent
3ffeaade1c
commit
2cfd2e72b7
@@ -332,7 +332,7 @@ async fn run_command(command: cli::Command) -> Result<(), String> {
|
||||
},
|
||||
};
|
||||
|
||||
log::error!(target: "bridge", "Sending message to Rialto. Fee: {}", fee);
|
||||
log::info!(target: "bridge", "Sending message to Rialto. Fee: {}", fee);
|
||||
|
||||
let millau_call = millau_runtime::Call::BridgeRialtoMessageLane(
|
||||
millau_runtime::MessageLaneCall::send_message(lane, payload, fee),
|
||||
|
||||
Reference in New Issue
Block a user