Skip to content

Commit

Permalink
#17749 feedback done
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Jan 21, 2020
1 parent 1eb899d commit 79314d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ public InputStream getResourceStream(final String filePath) throws ResourceNotFo
}

} catch (Exception e) {
Logger.error(this, e.getMessage(), e);
Logger.error(this, "filePath: " + filePath + ", msg:" + e.getMessage(), e);
CacheLocator.getVeloctyResourceCache().addMiss(key.path);
throw new ResourceNotFoundException("Cannot parse velocity file : " + key.path, e);
}
Expand Down

0 comments on commit 79314d7

Please sign in to comment.