fix log level (#644)

This commit is contained in:
Svyatoslav Nikolsky
2021-01-13 15:01:25 +03:00
committed by Bastian Köcher
parent 3ffeaade1c
commit 2cfd2e72b7
+1 -1
View File
@@ -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),