fix carbs logging in driver

This commit is contained in:
Milos Kozak 2017-02-18 23:12:45 +01:00
parent 2e15c8b138
commit e0a9a7ae81

View file

@ -27,7 +27,7 @@ public class MsgSetCarbsEntry extends MessageBase {
AddParamByte((byte) 0x43); //??
AddParamInt(amount);
if (Config.logDanaMessageDetail)
log.debug("Set carb entry: " + amount + " date " + time.toString());
log.debug("Set carb entry: " + amount + " date " + time.getTime().toString());
}
@Override