more debug! when executing from inputs

This commit is contained in:
Niko Matsakis 2018-10-15 05:25:05 -04:00
parent 04288dadef
commit 1799e12aa4

View file

@ -175,6 +175,13 @@ where
.unwrap_or(ChangedAt::Revision(Revision::ZERO))
};
debug!(
"{:?}({:?}): changed_at = {:?}",
Q::default(),
key,
changed_at,
);
changed_at.changed_since(revision)
}