Lowering priority of debug messages

This commit is contained in:
Simon Pamies
2015-02-05 18:51:30 +08:00
parent c97e7a4ca5
commit 39a51ff5de
2 changed files with 3 additions and 3 deletions
@@ -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 {