472411 PathResource.checkAliasPath() typo
This commit is contained in:
parent
afda638dd9
commit
22babda3f9
|
@ -130,7 +130,7 @@ public class PathResource extends Resource
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOG.warn("bad alias ({}) for {}", e.getClass().getName(), e.getMessage());
|
LOG.warn("bad alias ({} {}) for {}", e.getClass().getName(), e.getMessage(),path);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue