Formatting keys in log output

This commit is contained in:
Nav
2025-02-02 14:54:17 +00:00
parent f3cd55e53f
commit b06e8cc9ad
17 changed files with 140 additions and 151 deletions

View File

@@ -1151,8 +1151,8 @@ namespace TargetController
auto& segmentCache = this->getProgramMemoryCache(operation.memorySegmentDescriptor);
Logger::info(
std::to_string(operation.deltaSegments.size()) + " delta segment(s) to be flushed to `"
+ operation.memorySegmentDescriptor.key + "`"
std::to_string(operation.deltaSegments.size()) + " delta segment(s) to be flushed to "
+ StringService::formatKey(operation.memorySegmentDescriptor.key)
);
for (const auto& deltaSegment : operation.deltaSegments) {
Logger::info(