Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hustfisher committed Oct 26, 2023
1 parent ffa59e3 commit 31aff93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endpoint/src/cacheservice/topo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ where
*req.mut_context() = ctx.ctx;
if idx >= self.streams.len() {
req.on_err(protocol::Error::TopChanged);
log::warn!("+++ idx/{} top changed? {},req:{}", idx, self, req);
return;
}
}
Expand Down

0 comments on commit 31aff93

Please sign in to comment.