src/main/java/com/gitblit/git/GitblitReceivePack.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/gitblit/git/GitblitReceivePack.java
@@ -416,7 +416,9 @@ text = MessageFormat.format(msg, objects); super.sendMessage(prefix + text); } if (!StringUtils.isEmpty(msg)) { LOGGER.info(text + " (" + user.username + ")"); } } protected void sendError(String msg, Object... objects) { @@ -428,8 +430,10 @@ text = MessageFormat.format(msg, objects); super.sendError(text); } if (!StringUtils.isEmpty(msg)) { LOGGER.error(text + " (" + user.username + ")"); } } /** * Runs the specified Groovy hook scripts.