commit | 08d18748fb51c34ec9d240efaac611e2bc71b6b1 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Thu Mar 15 16:31:28 2018 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Thu Mar 15 17:31:29 2018 -0400 |
tree | 28605dfd108fd3568edd5a6fbfc36b3fa80b3a49 | |
parent | 55a7cc464e27df10e3be8ecb10645e1040d7312c [diff] [blame] |
build: Upgrade waf to version 2.0.6 This commit also includes: - cleanup of build scripts - replacing log4cxx with ndn-cxx logging facility Change-Id: I96fd673a3cd2e06061e9efc1a7891e41cf97ea4f
diff --git a/src/clients/iterative-query-controller.cpp b/src/clients/iterative-query-controller.cpp index 442f9dc..6500c79 100644 --- a/src/clients/iterative-query-controller.cpp +++ b/src/clients/iterative-query-controller.cpp
@@ -23,7 +23,8 @@ namespace ndn { namespace ndns { -NDNS_LOG_INIT("IterQueryCtr") + +NDNS_LOG_INIT(IterQueryCtr); IterativeQueryController::IterativeQueryController(const Name& dstLabel, const name::Component& rrType,