[doc] minor logging update

This commit is contained in:
Matt Nadareski
2016-05-14 20:50:50 -07:00
parent 9f0f9bda94
commit c5564a3219

View File

@@ -456,7 +456,7 @@ namespace SabreTools.Helper
// If the rom is nodump, skip it
if (xtr.GetAttribute("flags") == "nodump" || xtr.GetAttribute("status") == "nodump")
{
logger.Log("Nodump detected");
logger.Log("Nodump detected; skipping...");
break;
}