mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 01:32:55 +08:00
Fix mistake
This commit is contained in:
parent
26da2c0637
commit
4b279ecaa8
@ -787,7 +787,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
StringBuilder exceptionText = new StringBuilder();
|
||||
|
||||
exceptionText.AppendLine("MultiplayerClient test failure investigation");
|
||||
exceptionText.AppendLine($"Exception : {exceptionText}");
|
||||
exceptionText.AppendLine($"Exception : {ex.ToString()}");
|
||||
exceptionText.AppendLine($"Lookup : {item.ID}");
|
||||
exceptionText.AppendLine($"Items in Room.Playlist : {string.Join(',', Room.Playlist.Select(i => i.ID))}");
|
||||
exceptionText.AppendLine($"Items in APIRoom.Playlist: {string.Join(',', APIRoom!.Playlist.Select(i => i.ID))}");
|
||||
|
Loading…
Reference in New Issue
Block a user