MDT logging fixup.

This commit is contained in:
Johannes Mockenhaupt 2019-11-14 20:49:29 +01:00
parent 94f10a44a5
commit db403dc39d
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -522,7 +522,7 @@ public class MedtronicHistoryData {
data.put("eventType", event);
NSUpload.uploadCareportalEntryToNS(data);
} catch (JSONException e) {
log.error("Unhandled exception", e);
LOG.error("Unhandled exception", e);
}
}