Skip to content

[LLDB][NFC]Also includes the error in log msg. #134922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2025
Merged

Conversation

oontvoo
Copy link
Member

@oontvoo oontvoo commented Apr 8, 2025

No description provided.

@oontvoo oontvoo requested a review from labath April 8, 2025 19:59
@oontvoo oontvoo requested a review from JDevlieghere as a code owner April 8, 2025 19:59
@llvmbot llvmbot added the lldb label Apr 8, 2025
@llvmbot
Copy link
Member

llvmbot commented Apr 8, 2025

@llvm/pr-subscribers-lldb

Author: Vy Nguyen (oontvoo)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/134922.diff

1 Files Affected:

  • (modified) lldb/include/lldb/Core/Telemetry.h (+2-1)
diff --git a/lldb/include/lldb/Core/Telemetry.h b/lldb/include/lldb/Core/Telemetry.h
index 28897f283dc55..022f40b1d2f2f 100644
--- a/lldb/include/lldb/Core/Telemetry.h
+++ b/lldb/include/lldb/Core/Telemetry.h
@@ -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());
+                     "{0} Failed to dispatch entry of type: {1}",
+                     info.getKind());
     }
   }
 

@oontvoo oontvoo merged commit e3f5a1b into llvm:main Apr 9, 2025
6 of 9 checks passed
@oontvoo oontvoo deleted the include_err branch April 9, 2025 14:24
AllinLeeYL pushed a commit to AllinLeeYL/llvm-project that referenced this pull request Apr 10, 2025
var-const pushed a commit to ldionne/llvm-project that referenced this pull request Apr 17, 2025
qiaojbao pushed a commit to GPUOpen-Drivers/llvm-project that referenced this pull request Apr 29, 2025
Local branch origin/amd-gfx 6b6e30e Merged main:74f69c49fed8 into origin/amd-gfx:c4e1c89c4f41
Remote branch main e3f5a1b [LLDB][NFC]Also includes the error in log msg. (llvm#134922)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants