misc: chore: Add log line to the other parts of the Updater that represent "up to date"

metal Canary-1.2.293
Evan Husted 2025-01-24 17:00:50 -06:00
parent 3541e282ea
commit 9b6afa0ea2
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,8 @@ namespace Ryujinx.Ava
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
}
}
Logger.Info?.Print(LogClass.Application, "Up to date.");
_running = false;
@ -188,6 +190,8 @@ namespace Ryujinx.Ava
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
}
}
Logger.Info?.Print(LogClass.Application, "Up to date.");
_running = false;