mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add MaxColumnFamily to VersionEdit::DebugString()
This commit is contained in:
@@ -353,6 +353,10 @@ std::string VersionEdit::DebugString(bool hex_key) const {
|
||||
if (is_column_family_drop_) {
|
||||
r.append("\n ColumnFamilyDrop");
|
||||
}
|
||||
if (has_max_column_family_) {
|
||||
r.append("\n MaxColumnFamily: ");
|
||||
r.append(max_column_family_);
|
||||
}
|
||||
r.append("\n}\n");
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user