mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-12 06:46:28 +00:00
more debug! when executing from inputs
This commit is contained in:
parent
04288dadef
commit
1799e12aa4
1 changed files with 7 additions and 0 deletions
|
@ -175,6 +175,13 @@ where
|
|||
.unwrap_or(ChangedAt::Revision(Revision::ZERO))
|
||||
};
|
||||
|
||||
debug!(
|
||||
"{:?}({:?}): changed_at = {:?}",
|
||||
Q::default(),
|
||||
key,
|
||||
changed_at,
|
||||
);
|
||||
|
||||
changed_at.changed_since(revision)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue