Skip to content

Commit

Permalink
add info log
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Nov 3, 2023
1 parent 71ce17d commit 524b196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/tungstenite_client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn send_message_to_client(
message: &str,
subscription_id: &str,
) -> Result<()> {
error!("got on_subscription_msg {}", message);
info!("got on_subscription_msg {}", message);
let value: Value = serde_json::from_str(message)?;

if let Some(msg_subscription_id) = value["params"]["subscription"].as_str() {
Expand Down

0 comments on commit 524b196

Please sign in to comment.