Skip to content

Commit 024e0ec

Browse files
Fix log message in Service::process
1 parent 436dadf commit 024e0ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/service.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,13 @@ impl<P: Platform, D: Dispatch> Service<P, D> {
856856
};
857857
}
858858
}
859+
860+
#[cfg(all(
861+
any(feature = "log-debug", feature = "log-all"),
862+
not(feature = "log-none")
863+
))]
864+
use crate::store::Store as _;
865+
859866
debug_now!(
860867
"I/E/V : {}/{}/{} >",
861868
self.resources

0 commit comments

Comments
 (0)