Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Nov 23, 2024
1 parent 5f3e84d commit 240ad97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private static byte[] readBlobContent(Fileformat.Blob blob) {
throw new FileFormatException("Unable to decompress PBF blob.", e);
}
} else {
throw new FileFormatException("PBF blob uses unsupported compression, only raw or zlib may be used.");
throw new FileFormatException("PBF blob uses unsupported compression, only lz4, zlib, or raw may be used.");
}

return blobData;
Expand Down

0 comments on commit 240ad97

Please sign in to comment.