[DatFile] Log warning too

This commit is contained in:
Matt Nadareski
2016-09-29 12:57:10 -07:00
parent b8fb6fd8b1
commit 7df5660b0a

View File

@@ -3072,8 +3072,10 @@ namespace SabreTools.Helper
} }
} }
} }
catch catch (Exception ex)
{ {
logger.Warning(ex.ToString());
// For XML errors, just skip the affected node // For XML errors, just skip the affected node
xtr?.Read(); xtr?.Read();
} }