Skip to content

Commit

Permalink
Random changes to test update
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Detsch <[email protected]>
  • Loading branch information
detsch committed Dec 1, 2023
1 parent b254d0b commit 751c09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int daemon_main(LiteClient& client, const bpo::variables_map& variables_m

while (true) {
LOG_INFO << "Active Target: " << current.filename() << ", sha256: " << current.sha256Hash();
LOG_INFO << "Checking for a new Target...";
LOG_INFO << "V1 Checking for a new Target...";

client.reportAppsState();
if (!client.checkForUpdatesBegin()) {
Expand Down

0 comments on commit 751c09c

Please sign in to comment.