Skip to content

Commit

Permalink
music: indicate volume components checked
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 1, 2024
1 parent 17939f6 commit 4a3beaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4a3beaf

Please sign in to comment.