We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99cdd7 commit e3f5a1bCopy full SHA for e3f5a1b
lldb/include/lldb/Core/Telemetry.h
@@ -272,7 +272,8 @@ template <typename Info> struct ScopedDispatcher {
272
// And then we dispatch.
273
if (llvm::Error er = manager->dispatch(&info)) {
274
LLDB_LOG_ERROR(GetLog(LLDBLog::Object), std::move(er),
275
- "Failed to dispatch entry of type: {0}", info.getKind());
+ "Failed to dispatch entry of type {1}: {0}",
276
+ info.getKind());
277
}
278
279
0 commit comments