Making bad alias discovery more obvious (temporary)

This commit is contained in:
Joakim Erdfelt 2014-07-31 15:16:44 -07:00
parent 6048343fee
commit 33435fad3d
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ public class PathResource extends Resource
} }
catch (IOException e) catch (IOException e)
{ {
LOG.ignore(e); // TODO: reevaluate severity level
LOG.warn("bad alias ({}) for {}", e.getClass().getName(), e.getMessage());
} }
return null; return null;
} }