From 06d5a0585d39f8d8af66a8d9feeefd43881c636d Mon Sep 17 00:00:00 2001 From: Oleksandr Grytsov Date: Mon, 12 Feb 2024 19:11:32 +0200 Subject: [PATCH] [iam,certhandler] Remove url field from apply cert log On apply cert url is empty and not interesting. Signed-off-by: Oleksandr Grytsov --- src/iam/certhandler/certhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iam/certhandler/certhandler.cpp b/src/iam/certhandler/certhandler.cpp index 5049e6b01..e148a85eb 100644 --- a/src/iam/certhandler/certhandler.cpp +++ b/src/iam/certhandler/certhandler.cpp @@ -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) {