mirror of https://github.com/facebook/rocksdb.git
Fix bug in VersionEdit::DebugString()
This commit is contained in:
parent
37472bb279
commit
d833f15738
|
@ -355,7 +355,7 @@ std::string VersionEdit::DebugString(bool hex_key) const {
|
|||
}
|
||||
if (has_max_column_family_) {
|
||||
r.append("\n MaxColumnFamily: ");
|
||||
r.append(max_column_family_);
|
||||
AppendNumberTo(&r, max_column_family_);
|
||||
}
|
||||
r.append("\n}\n");
|
||||
return r;
|
||||
|
|
Loading…
Reference in New Issue