aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/Logger.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Logging/Logger.cs')
-rw-r--r--Ryujinx.Common/Logging/Logger.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Common/Logging/Logger.cs b/Ryujinx.Common/Logging/Logger.cs
index e3d82201..f650582d 100644
--- a/Ryujinx.Common/Logging/Logger.cs
+++ b/Ryujinx.Common/Logging/Logger.cs
@@ -42,7 +42,7 @@ namespace Ryujinx.Common.Logging
AddTarget(new AsyncLogTargetWrapper(
new ConsoleLogTarget("console"),
1000,
- AsyncLogTargetOverflowAction.Block));
+ AsyncLogTargetOverflowAction.Discard));
}
public static void RestartTime()