mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make logging more intuitive
This commit is contained in:
@@ -44,7 +44,7 @@ namespace RombaSharp.Features
|
||||
string line = sr.ReadLine();
|
||||
if (line != "CRC,MD5,SHA-1") // ,Depot
|
||||
{
|
||||
Globals.Logger.Error("{0} is not a valid export file");
|
||||
Globals.Logger.Error($"{input} is not a valid export file");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user