Skip to content

Commit

Permalink
Removing text prefix that makes the log an invalid json
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz-reichert authored and shesek committed Mar 19, 2024
1 parent 49a7180 commit affc4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electrum/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ impl Connection {
"port": self.addr.port(),
}),
);
println!("ELECTRUM-RPC-LOGGER: {}", log);
println!("{}", log);
}

fn send_values(&mut self, values: &[Value]) -> Result<()> {
Expand Down

0 comments on commit affc4de

Please sign in to comment.