warning logs (more)

This commit is contained in:
mfahampshire
2025-08-05 14:04:34 +02:00
parent 558df0975b
commit bb5187eb0a
@@ -927,7 +927,10 @@ impl<R, S> FreshHandler<R, S> {
// Probably a nicer way to do this but for now just match
let _guard = match &span {
Some(s) => Some(s.enter()),
Some(s) => {
warn!("ENTERED SPAN");
Some(s.enter())
}
None => {
warn!("COULDN'T ENTER SPAN");
None