mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Lowering priority of debug messages
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ public class IgtimiWindReceiver implements BulkFixReceiver {
|
||||
}
|
||||
});
|
||||
}
|
||||
logger.fine("Received "+Util.size(awsFixes)+" wind fixes");
|
||||
logger.finest("Received "+Util.size(awsFixes)+" wind fixes");
|
||||
boolean loggedWindFixGenerationProblem = false;
|
||||
for (AWS aws : awsFixes) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user