1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-01 11:33:29 +02:00

Avoid another potential NPE

This commit is contained in:
cpfeiffer 2018-08-17 00:22:52 +02:00
parent f96b10cca0
commit c6bfd296a6

View File

@ -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);
}
}