Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmy Mu committed Feb 16, 2021
1 parent 7391d58 commit 994637f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ std::pair<size_t, size_t> GetBlobBound(BlobSizeRange blob_size_range) {
return {MEGABYTES(4), MEGABYTES(64)};
else if (blob_size_range == BlobSizeRange::kHuge)
return {GIGABYTES(1), GIGABYTES(1)};

std::cout << "No specified blob range is found.\n"
<< "Use small blob range (0, 64KB].";
return {0, KILOBYTES(64)};
Expand Down

0 comments on commit 994637f

Please sign in to comment.