1
0
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:
Me7c7 2024-11-09 20:04:55 +02:00
parent 2a865fe498
commit ce32ac7272

View File

@ -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.