@@ -1112,9 +1112,9 @@ SwiftLanguageRuntimeImpl::GetNumChildren(CompilerType type,
1112
1112
auto *cti = tc.getClassInstanceTypeInfo (tr, 0 , &tip);
1113
1113
if (auto *rti =
1114
1114
llvm::dyn_cast_or_null<swift::reflection::RecordTypeInfo>(cti)) {
1115
- LLDB_LOG (GetLog (LLDBLog::Types),
1116
- " %s: class RecordTypeInfo(num_fields=%i)" ,
1117
- type.GetMangledTypeName ().GetCString (), rti->getNumFields ());
1115
+ LLDB_LOGF (GetLog (LLDBLog::Types),
1116
+ " %s: class RecordTypeInfo(num_fields=%i)" ,
1117
+ type.GetMangledTypeName ().GetCString (), rti->getNumFields ());
1118
1118
1119
1119
// The superclass, if any, is an extra child.
1120
1120
if (builder.lookupSuperclass (tr))
@@ -1125,8 +1125,8 @@ SwiftLanguageRuntimeImpl::GetNumChildren(CompilerType type,
1125
1125
return {};
1126
1126
}
1127
1127
// FIXME: Implement more cases.
1128
- LLDB_LOG (GetLog (LLDBLog::Types), " %s: unimplemented type info" ,
1129
- type.GetMangledTypeName ().GetCString ());
1128
+ LLDB_LOGF (GetLog (LLDBLog::Types), " %s: unimplemented type info" ,
1129
+ type.GetMangledTypeName ().GetCString ());
1130
1130
return {};
1131
1131
}
1132
1132
0 commit comments