From e30e8b98cc0e52d1ed52880e575b24b0b028fd8c Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 9 Jan 2020 16:58:54 +0100 Subject: [PATCH] Reduce repetitive logging to debug level. Also include the serial to make it somewhat more useful. Signed-off-by: Patrick Vacek --- src/libaktualizr-posix/ipuptanesecondary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libaktualizr-posix/ipuptanesecondary.cc b/src/libaktualizr-posix/ipuptanesecondary.cc index dcf67351c0..b5e229048b 100644 --- a/src/libaktualizr-posix/ipuptanesecondary.cc +++ b/src/libaktualizr-posix/ipuptanesecondary.cc @@ -127,7 +127,7 @@ data::ResultCode::Numeric IpUptaneSecondary::install(const std::string& target_n } Manifest IpUptaneSecondary::getManifest() const { - LOG_INFO << "Getting the manifest key of a secondary"; + LOG_DEBUG << "Getting the manifest from secondary with serial " << getSerial(); Asn1Message::Ptr req(Asn1Message::Empty()); req->present(AKIpUptaneMes_PR_manifestReq);