storage_service: Print keyspace info unbootstrap in debug

This commit is contained in:
Asias He
2015-10-22 16:27:09 +08:00
parent affab296b0
commit e2fbd146d7

View File

@@ -1781,7 +1781,7 @@ void storage_service::unbootstrap() {
for (auto& x : ranges_mm) {
ranges.push_back(x.first);
}
logger.debug("Ranges needing transfer are [{}]", ranges);
logger.debug("Ranges needing transfer for keyspace={} are [{}]", keyspace_name, ranges);
}
ranges_to_stream.emplace(keyspace_name, std::move(ranges_mm));
}