mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Use params variant for logging
This commit is contained in:
@@ -343,7 +343,7 @@ namespace SabreTools.Library.Skippers
|
||||
// If the file doesn't exist, return a blank skipper rule
|
||||
if (!File.Exists(input))
|
||||
{
|
||||
Globals.Logger.Error("The file '" + input + "' does not exist so it cannot be tested");
|
||||
Globals.Logger.Error("The file '{0}' does not exist so it cannot be tested", input);
|
||||
return new SkipperRule();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user