MDT logging fixup.
This commit is contained in:
parent
94f10a44a5
commit
db403dc39d
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue