mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
supply filename to FileNotFoundException when possible.
This commit is contained in:
@@ -109,6 +109,10 @@ namespace GameRes.Formats.KiriKiri
|
||||
if (null != blended_image)
|
||||
return blended_image;
|
||||
}
|
||||
catch (FileNotFoundException X)
|
||||
{
|
||||
Trace.WriteLine (string.Format ("{0}: {1}", X.Message, X.FileName), "[TlgFormat.Read]");
|
||||
}
|
||||
catch (Exception X)
|
||||
{
|
||||
Trace.WriteLine (X.Message, "[TlgFormat.Read]");
|
||||
|
||||
Reference in New Issue
Block a user