Skip to content

Commit

Permalink
securedht: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aberaud committed Apr 15, 2021
1 parent 5c0fbf7 commit f710419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/securedht.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SecureDht::SecureDht(std::unique_ptr<DhtInterface> dht, SecureDht::Config conf,
}, [this, certId, cb=std::move(cb)](bool ok) {
if (cb) cb(ok);
if (logger_)
logger_->d(certId, "SecureDht: certificate annoucement %s", ok ? "succeeded" : "failed");
logger_->d(certId, "SecureDht: certificate announcement %s", ok ? "succeeded" : "failed");
}, {}, true);
});
}
Expand Down

0 comments on commit f710419

Please sign in to comment.