472411 PathResource.checkAliasPath() typo

This commit is contained in:
Greg Wilkins 2015-08-19 09:54:04 +10:00
parent afda638dd9
commit 22babda3f9
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class PathResource extends Resource
}
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;
}