Skip to content

Commit

Permalink
revert log change
Browse files Browse the repository at this point in the history
  • Loading branch information
suurkivi committed Nov 5, 2024
1 parent 3dd734c commit 45fa74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async fn main() -> Result<(), Box<dyn Error>> {

let gossip_result = SnapchainGossip::create(keypair.clone(), addr, system_tx.clone());
if let Err(e) = gossip_result {
error!(error = ?e, "Failed to initialize SnapchainGossip service");
error!(error = ?e, "Failed to create SnapchainGossip");
return Ok(());
}

Expand Down

0 comments on commit 45fa74a

Please sign in to comment.