We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c326901 + 61a818e commit 4ae6dfdCopy full SHA for 4ae6dfd
osu.Desktop/DiscordRichPresence.cs
@@ -82,7 +82,7 @@ private void load(OsuConfigManager config, SessionStatics session)
82
};
83
84
client.OnReady += onReady;
85
- client.OnError += (_, e) => Logger.Log($"An error occurred with Discord RPC Client: {e.Message} ({e.Code})", LoggingTarget.Network, LogLevel.Error);
+ client.OnError += (_, e) => Logger.Log($"An error occurred with Discord RPC Client: {e.Message} ({e.Code})", LoggingTarget.Network);
86
87
try
88
{
0 commit comments