SMB: add log
This commit is contained in:
parent
8dde3bcfa4
commit
296fe30052
|
@ -588,6 +588,7 @@ class LoopPlugin @Inject constructor(
|
|||
|
||||
private fun applySMBRequest(request: APSResult, callback: Callback?) {
|
||||
if (!request.bolusRequested()) {
|
||||
aapsLogger.debug(LTag.APS, "No SMB requested")
|
||||
return
|
||||
}
|
||||
val pump = activePlugin.activePump
|
||||
|
|
Loading…
Reference in a new issue