From 4021c901e0c76c7daeb3f65e4c12ff6d2cab053c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 9 Apr 2021 17:25:01 +0200 Subject: mpm: Remove logging for mmap_regs_iface These are very noisy, and the signal-to-noise ratio suffers when these are enabled. --- mpm/lib/types/mmap_regs_iface.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'mpm/lib/types') diff --git a/mpm/lib/types/mmap_regs_iface.cpp b/mpm/lib/types/mmap_regs_iface.cpp index 18fa2abfa..591c2963b 100644 --- a/mpm/lib/types/mmap_regs_iface.cpp +++ b/mpm/lib/types/mmap_regs_iface.cpp @@ -59,7 +59,6 @@ void mmap_regs_iface::open() throw mpm::runtime_error("Failed to mmap!"); } } - log(mpm::types::log_level_t::TRACE, _path, "Opened mmap_regs_iface"); } void mmap_regs_iface::close() @@ -78,7 +77,6 @@ void mmap_regs_iface::close() } _fd = -1; } - log(mpm::types::log_level_t::TRACE, _path, "Closed mmap_regs_iface"); } void mmap_regs_iface::poke32(const uint32_t addr, const uint32_t data) -- cgit v1.2.3