Skip to content

Commit

Permalink
More logging in UR
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Jan 15, 2024
1 parent 064809b commit 4efe8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/helpers/buffers/unordered_receiver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ where
}
};

tracing::trace!("{}: poll result: {r:?}", self.next);
tracing::trace!("poll result: {r:?}");

r
}
Expand Down

0 comments on commit 4efe8f6

Please sign in to comment.