mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
improved Igtimi logging in case HDG/HDGM are missing
This commit is contained in:
+2
-1
@@ -157,7 +157,8 @@ public class IgtimiWindReceiver implements BulkFixReceiver {
|
||||
notifyListeners(wind, aws.getSensor().getDeviceSerialNumber());
|
||||
} else {
|
||||
if (!loggedWindFixGenerationProblem) {
|
||||
logger.info("Not enough information to build a Wind fix out of data provided. AWS received but most probably HDG or HDGM not received (yet) - check your compass.");
|
||||
logger.info("Not enough information to build a Wind fix out of data provided by sensor "+aws.getSensor()+
|
||||
". AWS received but most probably HDG or HDGM not received (yet) - check your compass.");
|
||||
loggedWindFixGenerationProblem = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user