typo in logging
This commit is contained in:
parent
39f1b130b6
commit
2fbf4324d5
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ public class ExtendedBolus implements Interval, DataPointWithLabelInterface {
|
||||||
// -------- Interval interface end ---------
|
// -------- Interval interface end ---------
|
||||||
|
|
||||||
public String log() {
|
public String log() {
|
||||||
return "Bolus{" +
|
return "ExtendedBolus{" +
|
||||||
"date= " + date +
|
"date= " + date +
|
||||||
", date= " + DateUtil.dateAndTimeString(date) +
|
", date= " + DateUtil.dateAndTimeString(date) +
|
||||||
", isValid=" + isValid +
|
", isValid=" + isValid +
|
||||||
|
|
Loading…
Add table
Reference in a new issue