Skip to content

Commit 49f9d15

Browse files
committed
Enhance message.
1 parent 38b28d8 commit 49f9d15

File tree

1 file changed

+1
-1
lines changed
  • edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/Stream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ private void inferInitialOrdering()
604604
node = this.getEnclosingMethodNode();
605605
} catch (NoEnclosingMethodNodeFoundException e) {
606606
LOGGER.log(Level.WARNING, "Can't find enclosing method node for " + this.getCreation()
607-
+ ". Falling back to " + Ordering.ORDERED, e);
607+
+ ". Falling back to: " + Ordering.ORDERED + ".", e);
608608
this.setInitialOrdering(Ordering.ORDERED);
609609
return;
610610
}

0 commit comments

Comments
 (0)