music: indicate volume components checked
This commit is contained in:
parent
17939f6b2a
commit
4a3beafc77
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue