Skip to content

Commit

Permalink
dev(better_theoros):
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Nov 1, 2024
1 parent 3a7f411 commit f3f7025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/theoros/src/services/hyperlane/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl HyperlaneService {

// Send websocket notification
if let Err(e) = self.storage.feeds_updated_tx().send(NewUpdatesAvailableEvent::New) {
tracing::error!("Failed to send feeds updated notification: {:?}", e);
tracing::error!("😨 Failed to send websocket notification: {:?}", e);
}
Ok(())
}
Expand Down

0 comments on commit f3f7025

Please sign in to comment.