Always update file size

This commit is contained in:
Eric Fontana
2014-10-21 13:12:41 -04:00
parent 87dc01b385
commit 17a9e382fe

View File

@@ -142,6 +142,8 @@ namespace TimberWinR.Inputs
}
_logFileMaxRecords[logName] = lrn;
}
_logFileSizes[logName] = fi.Length;
}
foreach (string fileName in _logFileMaxRecords.Keys.ToList())
{