mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-29 00:37:11 +01:00
misc: chore: Add log line to the other parts of the Updater that represent "up to date"
This commit is contained in:
parent
3541e282ea
commit
9b6afa0ea2
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue