diff --git a/Intersect.Client.Core/MonoGame/IntersectGame.cs b/Intersect.Client.Core/MonoGame/IntersectGame.cs index 89c8a0da6..85b0cde3e 100644 --- a/Intersect.Client.Core/MonoGame/IntersectGame.cs +++ b/Intersect.Client.Core/MonoGame/IntersectGame.cs @@ -580,7 +580,7 @@ private static void SdlInitPost() if (!Sdl2.SDL_SetHint(Sdl2.SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, false)) { - LegacyLogging.Logger?.Warn("Failed to set X11 Compositor hint"); + Log.Warn("Failed to set X11 Compositor hint"); } } }