Skip to content

Commit

Permalink
add debug output for #311
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed Jun 9, 2020
1 parent a63420e commit cc6a4cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tendermint/src/rpc/event_listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ impl EventListener {
dbg!(&msg.to_string());
return Ok(None);
}

dbg!("received neither event nor generic string message:");
dbg!(&msg.to_string());
Err(RPCError::new(
Code::Other(-1),
Some("received neither event nor generic string message".to_string()),
Expand Down

0 comments on commit cc6a4cf

Please sign in to comment.