Make logging more intuitive

This commit is contained in:
Matt Nadareski
2020-09-15 14:38:37 -07:00
parent f506915a04
commit fc580c7d35
29 changed files with 88 additions and 64 deletions

View File

@@ -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;
}