Skip to content

Commit

Permalink
misc: chore: Add log line to the other parts of the Updater that repr…
Browse files Browse the repository at this point in the history
…esent "up to date"
  • Loading branch information
GreemDev committed Jan 24, 2025
1 parent 3541e28 commit 9b6afa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Ryujinx/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ await ContentDialogHelper.CreateWarningDialog(
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
}
}

Logger.Info?.Print(LogClass.Application, "Up to date.");

_running = false;

Expand Down Expand Up @@ -188,6 +190,8 @@ await ContentDialogHelper.CreateWarningDialog(
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
}
}

Logger.Info?.Print(LogClass.Application, "Up to date.");

_running = false;

Expand Down

0 comments on commit 9b6afa0

Please sign in to comment.