Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Feb 27, 2025
1 parent 2c459ff commit f9c2fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/src/server_mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ where

tracing::info!(
?pubkey,
"dropping DataTransferSessionReqV1 because cbrs disable time as passed"
"dropping DataTransferSessionReqV1 because cbrs disable time has passed"
);

return Ok(Response::new(DataTransferSessionRespV1 {
Expand Down

0 comments on commit f9c2fdc

Please sign in to comment.