improve logging

This commit is contained in:
Milos Kozak 2021-11-11 17:32:09 +01:00
parent 51c6237d02
commit 5e466279a4

View file

@ -46,4 +46,6 @@ class InputDuration(
this.value = value / 60
return this
}
override fun toString(): String = "InputDuration: $value $unit"
}