From ce1004f48b21eb3e54c90d65cd0234b722d581a5 Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 25 Jan 2016 16:42:05 -0500 Subject: fix(Logging): set appropriate log level --- src/globals.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.rs') diff --git a/src/globals.rs b/src/globals.rs index 3a661e4..0d71762 100644 --- a/src/globals.rs +++ b/src/globals.rs @@ -114,7 +114,7 @@ impl<'a> CacheEventHandler<'a> { impl<'a> cache::EventHandler for CacheEventHandler<'a> { fn block_fetched(&self, location: cache::CacheLocation) { // TODO: need to snoop cache - info!("[memory] [cache] {}: tag {:x} fetched", self.player, location.tag); + debug!("[memory] [cache] {}: tag {:x} fetched", self.player, location.tag); self.updater.finish_tag(self.player, location.tag, location.index); } -- cgit v1.2.3