SMB: add log

This commit is contained in:
Milos Kozak 2022-04-26 12:28:12 +02:00
parent 8dde3bcfa4
commit 296fe30052

View file

@ -588,6 +588,7 @@ class LoopPlugin @Inject constructor(
private fun applySMBRequest(request: APSResult, callback: Callback?) { private fun applySMBRequest(request: APSResult, callback: Callback?) {
if (!request.bolusRequested()) { if (!request.bolusRequested()) {
aapsLogger.debug(LTag.APS, "No SMB requested")
return return
} }
val pump = activePlugin.activePump val pump = activePlugin.activePump