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

securedht: don't complain about certificate announcement

parent 8461f401
Branches
Tags
No related merge requests found
......@@ -76,8 +76,6 @@ SecureDht::SecureDht(int s, int s6, SecureDht::Config conf)
}, [this](bool ok) {
if (ok)
DHT_LOG.DEBUG("SecureDht: public key announced successfully");
else
DHT_LOG.ERR("SecureDht: error while announcing public key!");
}, {}, true);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment