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

Commit

Permalink
Update src/aktualizr_secondary/aktualizr_secondary.cc
Browse files Browse the repository at this point in the history
Co-Authored-By: Patrick Vacek <patrickvacek@gmail.com>
  • Loading branch information
xcheng-here and pattivacek authored Mar 23, 2020
1 parent 1faa65b commit d90d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aktualizr_secondary/aktualizr_secondary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ void AktualizrSecondary::uptaneInitialize() {

void AktualizrSecondary::initPendingTargetIfAny() {
if (!director_repo_.checkMetaOffline(*storage_)) {
LOG_INFO << "No valid meta.";
LOG_INFO << "No valid metadata found in storage.";
return;
}

Expand Down

0 comments on commit d90d360

Please sign in to comment.