mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-21 17:46:51 +00:00
[LLDB][NFC]Also includes the error in log msg. (#134922)
Co-authored-by: Jonas Devlieghere <jonas@devlieghere.com>
This commit is contained in:
parent
d99cdd7fba
commit
e3f5a1bfc5
@ -272,7 +272,8 @@ template <typename Info> struct ScopedDispatcher {
|
||||
// And then we dispatch.
|
||||
if (llvm::Error er = manager->dispatch(&info)) {
|
||||
LLDB_LOG_ERROR(GetLog(LLDBLog::Object), std::move(er),
|
||||
"Failed to dispatch entry of type: {0}", info.getKind());
|
||||
"Failed to dispatch entry of type {1}: {0}",
|
||||
info.getKind());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user