Mark BlobIndex::DebugString const

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6157

Test Plan: make check

Differential Revision: D18944259

Pulled By: ltamasi

fbshipit-source-id: 7fb29447b52d801215bd6ab811e229a7fa2c763d
This commit is contained in:
Levi Tamasi 2019-12-11 17:17:56 -08:00 committed by Facebook Github Bot
parent 1ad6fa9cc7
commit e1dfe80fe0

View File

@ -111,7 +111,7 @@ class BlobIndex {
return Status::OK();
}
std::string DebugString(bool output_hex) {
std::string DebugString(bool output_hex) const {
std::ostringstream oss;
if (IsInlined()) {