This commit is contained in:
James Groom 2019-02-24 15:39:53 +10:00 committed by GitHub
parent cf23d9db87
commit d5d2e7d412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ namespace BizHawk.Emulation.DiscSystem.CUE
}
else
{
Error("Unknown cue file type. Since it's likely an unsupported compression, this is an error: ", Path.GetFileName(choice));
Error($"Unknown cue file type. Since it's likely an unsupported compression, this is an error: {Path.GetFileName(choice)}");
cfi.Type = CompiledCueFileType.Unknown;
}
@ -497,4 +497,4 @@ namespace BizHawk.Emulation.DiscSystem.CUE
} //class CompileCueJob
} //namespace BizHawk.Emulation.DiscSystem
} //namespace BizHawk.Emulation.DiscSystem