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/udp-factory.cpp b/daemon/face/udp-factory.cpp index 377d3b1..2b7b3c8 100644 --- a/daemon/face/udp-factory.cpp +++ b/daemon/face/udp-factory.cpp
@@ -38,7 +38,7 @@ namespace ip = boost::asio::ip; namespace net = ndn::net; -NFD_LOG_INIT("UdpFactory"); +NFD_LOG_INIT(UdpFactory); NFD_REGISTER_PROTOCOL_FACTORY(UdpFactory); const std::string&