DanaRS: more logging
This commit is contained in:
parent
154cb78c80
commit
383657c11a
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ class DanaRSPlugin @Inject constructor(
|
|||
result.enacted = false
|
||||
result.success = false
|
||||
result.comment = rh.gs(R.string.danar_valuenotsetproperly)
|
||||
aapsLogger.error("setHighTempBasalPercent: Failed to set temp basal")
|
||||
aapsLogger.error("setHighTempBasalPercent: Failed to set temp basal. connectionOK: $connectionOK isTempBasalInProgress: ${danaPump.isTempBasalInProgress} tempBasalPercent: ${danaPump.tempBasalPercent}")
|
||||
return result
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue