Skip to content

Commit

Permalink
chore: Clean up log message for current version check
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Mar 17, 2024
1 parent 9c7889e commit 5fb9665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bloc/update/github_update_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class IntifaceCentralDesktopUpdater extends GithubUpdater {
// Strip the "v" off the front.
var strippedVersion = latestVersion.substring(1);
var repoVersion = Version.parse(strippedVersion);
logInfo("Current application version: ${repoVersion.toString()}");
logInfo("Current application version for remote download: ${repoVersion.toString()}");
return IntifaceCentralUpdateAvailable(repoVersion.toString());
}
}

0 comments on commit 5fb9665

Please sign in to comment.