Skip to content

Commit f062217

Browse files
author
MoritzWM
committed
Less verbose logging
1 parent fa24aa2 commit f062217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fiji_plugin/src/main/java/StitchTileScan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public MaxProjection call() throws Exception {
140140
writer.println("dim = 2");
141141
for (Future<MaxProjection> _mp : threadService.getExecutorService().invokeAll(jobs)) {
142142
final MaxProjection mp = _mp.get();
143-
log.info("Done with max. projection: " + mp.mp_title);
143+
log.debug("Done with max. projection: " + mp.mp_title);
144144
writer.println(String.format("%s;;(%.6f, %.6f)", mp.mp_title, mp.pos_x, mp.pos_y));
145145
}
146146
writer.close();

0 commit comments

Comments
 (0)