Skip to content

Commit

Permalink
Reduce this to TRACE level.
Browse files Browse the repository at this point in the history
  • Loading branch information
baconmania committed Sep 20, 2017
1 parent 8c71d42 commit 5aa0509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected boolean exists(String path) {
}

protected List<String> getChildren(String root) {
LOG.debug("Preparing to call getChildren() on {}", root);
LOG.trace("Preparing to call getChildren() on {}", root);
final long start = System.currentTimeMillis();
int numChildren = 0;

Expand Down

0 comments on commit 5aa0509

Please sign in to comment.