mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-12-23 08:48:10 +00:00
Discard changes to src/function/backdate.rs
This commit is contained in:
parent
a9e51facba
commit
45158fceb7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ where
|
|||
if revisions.durability >= old_memo.revisions.durability
|
||||
&& C::values_equal(old_value, value)
|
||||
{
|
||||
crate::tracing::info!(
|
||||
crate::tracing::debug!(
|
||||
"{index:?} value is equal, back-dating to {:?}",
|
||||
old_memo.revisions.changed_at,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue