Skip to content

Commit

Permalink
[iam,certhandler] Remove url field from apply cert log
Browse files Browse the repository at this point in the history
On apply cert url is empty and not interesting.

Signed-off-by: Oleksandr Grytsov <[email protected]>
  • Loading branch information
al1img committed Feb 13, 2024
1 parent efc82c6 commit 06d5a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iam/certhandler/certhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Error CertHandler::ApplyCertificate(const String& certType, const String& cert,
{
LockGuard lock(mMutex);

LOG_DBG() << "Apply cert: type = " << certType << ", url = " << info.mCertURL;
LOG_DBG() << "Apply cert: type = " << certType;

auto* module = FindModule(certType);
if (module == nullptr) {
Expand Down

0 comments on commit 06d5a05

Please sign in to comment.