Skip to content

Commit 66c6491

Browse files
committed
fix method call
1 parent 7511eda commit 66c6491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/java/wicketforge/psi/hierarchy/ClassWicketIdHierarchy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private void addRecursive(@Nonnull ClassWicketIdReferences classWicketIdReferenc
6060
@Nullable List<PsiNewExpression> addedComponents,
6161
int depth) {
6262
if (depth++ > 50) {
63-
LOG.error("Deep addRecursive", path.toString());
63+
LOG.error("Deep addRecursive: " + path.toString());
6464
return;
6565
}
6666

0 commit comments

Comments
 (0)