mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[doc] minor logging update
This commit is contained in:
@@ -456,7 +456,7 @@ namespace SabreTools.Helper
|
|||||||
// If the rom is nodump, skip it
|
// If the rom is nodump, skip it
|
||||||
if (xtr.GetAttribute("flags") == "nodump" || xtr.GetAttribute("status") == "nodump")
|
if (xtr.GetAttribute("flags") == "nodump" || xtr.GetAttribute("status") == "nodump")
|
||||||
{
|
{
|
||||||
logger.Log("Nodump detected");
|
logger.Log("Nodump detected; skipping...");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user