mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(NOA): added logging.
This commit is contained in:
parent
e5dc3ae80b
commit
c3f4f81514
@ -193,10 +193,13 @@ namespace GameRes.Formats.Entis
|
|||||||
xml.Load (input);
|
xml.Load (input);
|
||||||
var password = XmlFindArchiveKey (xml, noa_name);
|
var password = XmlFindArchiveKey (xml, noa_name);
|
||||||
if (password != null)
|
if (password != null)
|
||||||
|
{
|
||||||
|
Trace.WriteLine (string.Format ("{0}: found password \"{1}\"", noa_name, password), "[NOA]");
|
||||||
return password;
|
return password;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch { /* ignore errors */ }
|
catch { /* ignore errors */ }
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user