mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Avoid another potential NPE
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user