mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 02:25:50 +01:00
Avoid another potential NPE
This commit is contained in:
parent
f96b10cca0
commit
c6bfd296a6
@ -124,7 +124,7 @@ public class ParcelableWeather2 implements Parcelable {
|
||||
} catch (JSONException e) {
|
||||
LOG.error("error while construction JSON", e);
|
||||
}
|
||||
LOG.debug("Forecast JSON for Webview: " + reconstructedOWMForecast.toString());
|
||||
LOG.debug("Forecast JSON for Webview: " + reconstructedOWMForecast);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user