Skip to content

Commit

Permalink
Update rust/foxglove/src/websocket.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Bandes-Storch <[email protected]>
  • Loading branch information
bryfox and jtbandes authored Feb 28, 2025
1 parent 001aadb commit ae192b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/foxglove/src/websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ impl ConnectedClient {
let asset_responder = AssetResponder::new(Client::new(self), request_id, guard);
handler.fetch(uri, asset_responder);
} else {
tracing::error!("Server advertisd the Assets capability without providing a handler");
tracing::error!("Server advertised the Assets capability without providing a handler");
self.send_asset_error("Server does not have a fetch asset handler", request_id);
}
}
Expand Down

0 comments on commit ae192b3

Please sign in to comment.