autosens log

This commit is contained in:
Milos Kozak 2017-01-19 13:54:56 +01:00
parent e8dcf73c83
commit 07c9a21ff9

View file

@ -122,6 +122,7 @@ public class Autosens {
pastSensitivity += ">";
//console.error(bgTime);
}
log.debug("TIME: " + new Date(bgTime).toString() + " BG: " + bg + " SENS: " + sens + " DELTA: " + delta + " AVGDELTA: " + avgDelta + " IOB: " + iob.iob + " ACTIVITY: " + iob.activity + " BGI: " + bgi + " DEVIATION: " + deviation);
// if bgTime is more recent than mealTime
if (bgTime > mealTime) {