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