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:
@@ -670,7 +670,7 @@ namespace SabreTools.Library.Dats
|
||||
machineType |= MachineType.Mechanical;
|
||||
break;
|
||||
default:
|
||||
Globals.Logger.Warning(gametype + " is not a valid type");
|
||||
Globals.Logger.Warning("{0} is not a valid type", gametype);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -703,7 +703,7 @@ namespace SabreTools.Library.Dats
|
||||
itemStatus |= ItemStatus.Verified;
|
||||
break;
|
||||
default:
|
||||
Globals.Logger.Warning(status + " is not a valid status");
|
||||
Globals.Logger.Warning("{0} is not a valid status", status);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user