MDT logging fixup.
This commit is contained in:
parent
94f10a44a5
commit
db403dc39d
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ public class MedtronicHistoryData {
|
||||||
data.put("eventType", event);
|
data.put("eventType", event);
|
||||||
NSUpload.uploadCareportalEntryToNS(data);
|
NSUpload.uploadCareportalEntryToNS(data);
|
||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
log.error("Unhandled exception", e);
|
LOG.error("Unhandled exception", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue