Displaying segment string in debugger

This commit is contained in:
dankl 2019-10-07 00:05:43 +02:00 committed by dankito
parent 455647f6db
commit 8ac4f24476
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ open class ReceivedSegment(
override fun toString(): String {
return segmentId
return "$segmentId: $segmentString"
}
}