Skip to content

Commit 13d8d89

Browse files
committed
use tracing::trace! in hot path
1 parent d732877 commit 13d8d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/function/maybe_changed_after.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ where
243243
database_key_index: DatabaseKeyIndex,
244244
memo: &Memo<C::Output<'_>>,
245245
) -> bool {
246-
tracing::debug!(
246+
tracing::trace!(
247247
"{database_key_index:?}: validate_provisional(memo = {memo:#?})",
248248
memo = memo.tracing_debug()
249249
);
@@ -272,7 +272,7 @@ where
272272
database_key_index: DatabaseKeyIndex,
273273
memo: &Memo<C::Output<'_>>,
274274
) -> bool {
275-
tracing::debug!(
275+
tracing::trace!(
276276
"{database_key_index:?}: validate_same_iteration(memo = {memo:#?})",
277277
memo = memo.tracing_debug()
278278
);

0 commit comments

Comments
 (0)