Skip to content

Commit

Permalink
Add client id to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Hanson committed Feb 1, 2024
1 parent cc8c5a0 commit c492693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstairs/src/downstairs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3151,7 +3151,7 @@ impl Downstairs {
let Some(job) = self.ds_active.get_mut(&ds_id) else {
error!(
self.clients[client_id].log,
"IO completion error: missing {ds_id} "
"[{client_id}] IO completion error: missing {ds_id} "
);
/*
* This assertion is only true for a limited time after
Expand Down

0 comments on commit c492693

Please sign in to comment.