aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Ui/TitleUpdateWindow.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Ui/TitleUpdateWindow.cs')
-rw-r--r--Ryujinx/Ui/TitleUpdateWindow.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx/Ui/TitleUpdateWindow.cs b/Ryujinx/Ui/TitleUpdateWindow.cs
index b45b5df0..538f1d2c 100644
--- a/Ryujinx/Ui/TitleUpdateWindow.cs
+++ b/Ryujinx/Ui/TitleUpdateWindow.cs
@@ -120,7 +120,7 @@ namespace Ryujinx.Ui
}
catch (InvalidDataException exception)
{
- Logger.PrintError(LogClass.Application, $"{exception.Message}. Errored File: {path}");
+ Logger.Error?.Print(LogClass.Application, $"{exception.Message}. Errored File: {path}");
if (showErrorDialog)
{
@@ -131,7 +131,7 @@ namespace Ryujinx.Ui
}
catch (MissingKeyException exception)
{
- Logger.PrintError(LogClass.Application, $"Your key set is missing a key with the name: {exception.Name}. Errored File: {path}");
+ Logger.Error?.Print(LogClass.Application, $"Your key set is missing a key with the name: {exception.Name}. Errored File: {path}");
if (showErrorDialog)
{