Skip to content

Commit 510069d

Browse files
committed
update log note for pool fragmentation
1 parent bec2c65 commit 510069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ private static async ValueTask BuildNotesSectionAsync(DiscordEmbedBuilder builde
367367
}
368368
if (items["rsx_fragmentation_error"] is { Length: > 0 })
369369
{
370-
notes.Add("⚠️ Descriptor pool fragmentation error. May indicate insufficient VRAM size or driver issues.");
370+
notes.Add("⚠️ Descriptor pool fragmentation error may indicate insufficient VRAM size or driver issues.");
371371
}
372372

373373
if (!string.IsNullOrEmpty(items["enqueue_buffer_error"])

0 commit comments

Comments
 (0)