瀏覽代碼

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

Evan Husted 1 年之前
父節點
當前提交
9b6afa0ea2
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/Ryujinx/Updater.cs

+ 4 - 0
src/Ryujinx/Updater.cs

@@ -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;