Skip to content

Commit 32d5443

Browse files
committed
Update FModBankParser.cs
1 parent b85e61f commit 32d5443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FModBankParser/FModBankParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public static AudioExportResult ExportAudio(FModReader reader, DirectoryInfo out
127127

128128
if (!sample.RebuildAsStandardFileFormat(out var dataBytes, out var fileExtension))
129129
{
130-
Debug.WriteLine($"Failed to rebuild sample '{sample.Name}' in {reader.BankName}");
130+
Debug.WriteLine($"Failed to rebuild sample '{sampleName}' in {reader.BankName}");
131131
continue;
132132
}
133133

0 commit comments

Comments
 (0)