music: indicate volume components checked

This commit is contained in:
Alexander Capehart 2024-01-01 12:52:01 -07:00
parent 17939f6b2a
commit 4a3beafc77
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -383,7 +383,7 @@ private class DataPathInterpreter(
} }
} }
throw IllegalStateException("Could not find volume for path $data (tried: $volumes)") throw IllegalStateException("Could not find volume for path $data (tried: ${volumes.map { it.components }}})")
} }
class Factory(private val volumeManager: VolumeManager) : PathInterpreter.Factory { class Factory(private val volumeManager: VolumeManager) : PathInterpreter.Factory {