diff --git a/database.cc b/database.cc index 526829b956..c127519857 100644 --- a/database.cc +++ b/database.cc @@ -785,7 +785,7 @@ future<> column_family::seal_active_streaming_memtable_big(streaming_memtable_bi future<> column_family::seal_active_memtable(memtable_list::flush_behavior ignored) { auto old = _memtables->back(); - dblog.debug("Sealing active memtable, partitions: {}, occupancy: {}", old->partition_count(), old->occupancy()); + dblog.debug("Sealing active memtable of {}.{}, partitions: {}, occupancy: {}", _schema->cf_name(), _schema->ks_name(), old->partition_count(), old->occupancy()); if (old->empty()) { dblog.debug("Memtable is empty");