Making bad alias discovery more obvious (temporary)
This commit is contained in:
parent
6048343fee
commit
33435fad3d
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue