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 ---------
|
||||
|
||||
public String log() {
|
||||
return "Bolus{" +
|
||||
return "ExtendedBolus{" +
|
||||
"date= " + date +
|
||||
", date= " + DateUtil.dateAndTimeString(date) +
|
||||
", isValid=" + isValid +
|
||||
|
|
Loading…
Reference in a new issue