- added additional log line

This commit is contained in:
Andy Rozman 2021-06-18 10:44:46 +01:00
parent b90ce3804f
commit cc172e8d0f

View file

@ -31,6 +31,7 @@ class TempBasalProcessDTO constructor(var itemOne: PumpHistoryEntry,
val durationAsSeconds: Int
get() {
aapsLogger.debug(LTag.PUMP, "durationAsSeconds: [objectType=$objectType]")
if (objectType == ObjectType.TemporaryBasal) {
if (itemTwo == null) {
if (itemOneTbr != null) {