mirror of https://github.com/ppy/osu
Fix mistake
This commit is contained in:
parent
26da2c0637
commit
4b279ecaa8
|
@ -787,7 +787,7 @@ public Task PlaylistItemChanged(MultiplayerPlaylistItem item)
|
|||
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