Skip to content

Commit

Permalink
minor: logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Jul 5, 2013
1 parent 5c595d6 commit 8c81151
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ public void runHooks(final Node resource, final FedoraEvent event)
}

try {
LOGGER.debug("Firing callback for" + hook.getName());
LOGGER.debug("Firing callback for {}", hook.getName());
client.execute(method);
method.releaseConnection();
} catch (final IOException e) {
Expand Down

0 comments on commit 8c81151

Please sign in to comment.