We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0fbf7 commit f710419Copy full SHA for f710419
src/securedht.cpp
@@ -61,7 +61,7 @@ SecureDht::SecureDht(std::unique_ptr<DhtInterface> dht, SecureDht::Config conf,
61
}, [this, certId, cb=std::move(cb)](bool ok) {
62
if (cb) cb(ok);
63
if (logger_)
64
- logger_->d(certId, "SecureDht: certificate annoucement %s", ok ? "succeeded" : "failed");
+ logger_->d(certId, "SecureDht: certificate announcement %s", ok ? "succeeded" : "failed");
65
}, {}, true);
66
});
67
}
0 commit comments