Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Feb 7, 2025
1 parent 5f2de80 commit 596d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/http/refresher/delta_refresher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl FeatureRefresher {
let updated_len = delta.events.len();

debug!(
"Got updated client features delta. Updating features with {etag:?}, events count {updated_len}"
"Got updated client features delta. Updating features with etag {etag:?}, events count {updated_len}"
);

let key = cache_key(refresh_token);
Expand Down

0 comments on commit 596d9db

Please sign in to comment.