mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 02:16:48 +01:00
Huawei: Do not print exception if the ephemeris file does not exist
This commit is contained in:
parent
2a865fe498
commit
ce32ac7272
@ -232,7 +232,7 @@ public class HuaweiEphemerisManager {
|
||||
LOG.info("Ephemeris Time: {} ConfigData: {}", fileTime, availableDataConfig.toString());
|
||||
|
||||
} catch (Exception e) {
|
||||
LOG.error("Ephemeris exception file or config processing", e);
|
||||
LOG.info("Ephemeris exception file or config processing: {}", e.getMessage());
|
||||
availableDataConfig = null;
|
||||
//responseCode = 100007; //no network connection
|
||||
return; // NOTE: just ignore request if something wrong with data.
|
||||
|
Loading…
Reference in New Issue
Block a user