Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
betarixm committed Nov 26, 2023
1 parent b5573eb commit dfcff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/Block.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Block extends Logging {
keyLength: Int = 10,
valueLength: Int = 90
): Block = {
logger.debug(s"Reading block from $path")
logger.debug(s"[Block] Reading block from $path")

Block.fromSource(Source.fromURI(path.toURI), keyLength, valueLength)
}
Expand Down

0 comments on commit dfcff33

Please sign in to comment.