Compare commits

...

1 Commits

Author SHA1 Message Date
Evan Husted
9b6afa0ea2 misc: chore: Add log line to the other parts of the Updater that represent "up to date" 2025-01-24 17:00:50 -06:00

View File

@@ -119,6 +119,8 @@ namespace Ryujinx.Ava
}
}
Logger.Info?.Print(LogClass.Application, "Up to date.");
_running = false;
return;
@@ -189,6 +191,8 @@ namespace Ryujinx.Ava
}
}
Logger.Info?.Print(LogClass.Application, "Up to date.");
_running = false;
return;