Skip to content

Commit 83e6576

Browse files
committed
Let's make this finer for #178.
1 parent f6be751 commit 83e6576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/wala/nCFAContextWithReceiversSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected int getLength(CGNode caller, CallSiteReference site, IMethod target) {
167167

168168
if (implementsBaseStream) {
169169
int lengthForStreams = this.getContextLengthForStreams();
170-
LOGGER.fine(() -> "Using N = " + lengthForStreams);
170+
LOGGER.finer(() -> "Using N = " + lengthForStreams);
171171
return lengthForStreams;
172172
} else
173173
return super.getLength(caller, site, target);

0 commit comments

Comments
 (0)