face: Introduce Face-specific logging macros
Change-Id: I169065de664d4c4394ccd08673bbe1f881c4d7e0
Refs: #2450
diff --git a/daemon/face/udp-face.hpp b/daemon/face/udp-face.hpp
index 829b3bc..f6c3183 100644
--- a/daemon/face/udp-face.hpp
+++ b/daemon/face/udp-face.hpp
@@ -52,9 +52,9 @@
closeIfIdle();
private:
- scheduler::EventId m_closeIfIdleEvent;
- time::seconds m_idleTimeout;
+ const time::seconds m_idleTimeout;
time::steady_clock::TimePoint m_lastIdleCheck;
+ scheduler::EventId m_closeIfIdleEvent;
};
} // namespace nfd