aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Ui/GtkHostUiHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Ui/GtkHostUiHandler.cs')
-rw-r--r--Ryujinx/Ui/GtkHostUiHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Ui/GtkHostUiHandler.cs b/Ryujinx/Ui/GtkHostUiHandler.cs
index 7b7b3647..989fe14d 100644
--- a/Ryujinx/Ui/GtkHostUiHandler.cs
+++ b/Ryujinx/Ui/GtkHostUiHandler.cs
@@ -51,7 +51,7 @@ namespace Ryujinx.Ui
catch (Exception e)
{
error = true;
- Logger.PrintError(LogClass.Application, $"Error displaying Software Keyboard: {e}");
+ Logger.Error?.Print(LogClass.Application, $"Error displaying Software Keyboard: {e}");
}
finally
{