Skip to content
Snippets Groups Projects
Commit a87f8e92 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

namedirectory: leave log commented

Change-Id: Iaf3504ac0dcb0ccb9f924700c16f472e6ba0d61b
parent f038fe78
No related branches found
No related tags found
No related merge requests found
......@@ -386,7 +386,7 @@ void NameDirectory::registerName(const std::string& addr, const std::string& n,
void
NameDirectory::scheduleCacheSave()
{
JAMI_DBG("Scheduling cache save to %s", cachePath_.c_str());
// JAMI_DBG("Scheduling cache save to %s", cachePath_.c_str());
std::weak_ptr<Task> task = Manager::instance().scheduler().scheduleIn([this]{
dht::ThreadPool::io().run([this] {
saveCache();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment