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

Commit

Permalink
Reduce repetitive logging to debug level.
Browse files Browse the repository at this point in the history
Also include the serial to make it somewhat more useful.

Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
  • Loading branch information
pattivacek authored and Mike Sul committed Jan 17, 2020
1 parent 36fbcf2 commit ed9a0e3
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 ed9a0e3

Please sign in to comment.