commit | a3148081cef9d3f5f218948e4aa135ad8cf7ca45 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Apr 12 18:21:54 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sat May 05 23:04:22 2018 -0400 |
tree | ef6339dc4f4d610bf3f11a4d81d8839e1cf77f21 | |
parent | 782a1d1621a379ad05b84d635ade943655ffb9a9 [diff] [blame] |
core: reimplement logging using ndn-cxx's facility Change-Id: Ifc7c5d70a61ad405dc1f1adfa522a2c0ad1586ab Refs: #4580
diff --git a/daemon/face/stream-transport.hpp b/daemon/face/stream-transport.hpp index 0adbf26..d70e4f6 100644 --- a/daemon/face/stream-transport.hpp +++ b/daemon/face/stream-transport.hpp
@@ -97,7 +97,7 @@ protected: typename protocol::socket m_socket; - NFD_LOG_INCLASS_DECLARE(); + NFD_LOG_MEMBER_DECL(); private: uint8_t m_receiveBuffer[ndn::MAX_NDN_PACKET_SIZE];