src: Replace std::cout with log message
Change-Id: Idf49992711b4bb4a45d8f9665963feebf3b0a887
diff --git a/src/lsdb.hpp b/src/lsdb.hpp
index 79d6e2c..7c6ceb1 100644
--- a/src/lsdb.hpp
+++ b/src/lsdb.hpp
@@ -62,9 +62,8 @@
bool
isNameLsaNew(const ndn::Name& key, uint64_t seqNo);
- //debugging
void
- printNameLsdb();
+ writeNameLsdbLog();
//function related to Cor LSDB
bool
@@ -82,9 +81,8 @@
bool
isCoordinateLsaNew(const ndn::Name& key, uint64_t seqNo);
- //debugging
void
- printCorLsdb();
+ writeCorLsdbLog();
//function related to Adj LSDB
void
@@ -108,9 +106,8 @@
getAdjLsdb();
void
- printAdjLsdb();
+ writeAdjLsdbLog();
- //void scheduleRefreshLsdb(Nlsr& pnlsr, int interval);
void
setLsaRefreshTime(int lrt);