log bolus start

This commit is contained in:
Milos Kozak 2016-12-27 15:13:27 +01:00
parent b3f026992e
commit 42b581ec29

View file

@ -23,6 +23,9 @@ public class MsgBolusStart extends MessageBase {
if (amount > BuildConfig.MAXBOLUS) amount = BuildConfig.MAXBOLUS;
AddParamInt((int) (amount * 100));
if (Config.logDanaMessageDetail)
log.debug("Bolus start : " + amount);
}
@Override