- added additional log line
This commit is contained in:
parent
b90ce3804f
commit
cc172e8d0f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class TempBasalProcessDTO constructor(var itemOne: PumpHistoryEntry,
|
||||||
|
|
||||||
val durationAsSeconds: Int
|
val durationAsSeconds: Int
|
||||||
get() {
|
get() {
|
||||||
|
aapsLogger.debug(LTag.PUMP, "durationAsSeconds: [objectType=$objectType]")
|
||||||
if (objectType == ObjectType.TemporaryBasal) {
|
if (objectType == ObjectType.TemporaryBasal) {
|
||||||
if (itemTwo == null) {
|
if (itemTwo == null) {
|
||||||
if (itemOneTbr != null) {
|
if (itemOneTbr != null) {
|
||||||
|
|
Loading…
Reference in a new issue