mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +08:00
(NOA): added logging.
This commit is contained in:
@@ -193,7 +193,10 @@ namespace GameRes.Formats.Entis
|
||||
xml.Load (input);
|
||||
var password = XmlFindArchiveKey (xml, noa_name);
|
||||
if (password != null)
|
||||
{
|
||||
Trace.WriteLine (string.Format ("{0}: found password \"{1}\"", noa_name, password), "[NOA]");
|
||||
return password;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user