Skip to content

Commit

Permalink
Update homestar-runtime/src/event_handler/swarm_event.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ginsburg <[email protected]>
Signed-off-by: Zeeshan Lakhani <[email protected]>
  • Loading branch information
Zeeshan Lakhani and bgins authored Nov 29, 2023
1 parent 9449c16 commit 6f4ba3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestar-runtime/src/event_handler/swarm_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ async fn handle_swarm_event<THandlerErr: fmt::Debug + Send, DB: Database>(
let _ = sender.send_async(ResponseEvent::Found(Ok(event))).await;
}
Err(err) => {
warn!(subject = "libp2p.req_resp.resp",
warn!(subject = "libp2p.req_resp.resp.err",
category = "handle_swarm_event",
err=?err,
cid = key_cid.as_str(),
Expand Down

0 comments on commit 6f4ba3e

Please sign in to comment.