···9898 if (e is DllNotFoundException)
9999 stbiNotFound = true;
100100101101- Logger.Error(e, "Texture could not be loaded via STB; falling back to ImageSharp.");
101101+ Logger.Log($"Texture could not be loaded via STB; falling back to ImageSharp: {e.Message}");
102102 stream.Position = initialPos;
103103 return Image.Load<TPixel>(stream);
104104 }