Avoid another potential NPE

This commit is contained in:
cpfeiffer
2018-08-17 00:22:52 +02:00
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);
}
}