Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1516 from advancedtelematic/fix/log-manifest-rece…
Browse files Browse the repository at this point in the history
…ived

Reduce repetitive logging to debug level.
  • Loading branch information
pattivacek authored Jan 17, 2020
2 parents 7c2fa9e + e30e8b9 commit 9223c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libaktualizr-posix/ipuptanesecondary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9223c90

Please sign in to comment.