Skip to content

Commit bbc50f2

Browse files
Typo (wrong method) in trailing metadata log
Signed-off-by: erikness-doordash <[email protected]>
1 parent 2e6867b commit bbc50f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ impl Dispatcher {
496496
Some(id) => *id,
497497
None => {
498498
// TODO: change back to a panic once underlying issue is fixed.
499-
trace!("on_grpc_receive_initial_metadata: invalid token_id");
499+
trace!("on_grpc_receive_trailing_metadata: invalid token_id");
500500
return;
501501
}
502502
};

0 commit comments

Comments
 (0)