Skip to content
Snippets Groups Projects
Commit 30a14fb2 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Blockable] Shorten LOGD message

We commonly use foo=0x1234 in log messages in EMPER.
parent 3bb1fdd7
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class Blockable : public Logger<logSubsystem> { ...@@ -71,7 +71,7 @@ class Blockable : public Logger<logSubsystem> {
// Only contexts managed by EMPER's runtime can block. // Only contexts managed by EMPER's runtime can block.
emper::assertInRuntime(); emper::assertInRuntime();
LOGD("block() blockedContext is " << Context::getCurrentContext()); LOGD("block() blockedContext=" << Context::getCurrentContext());
maybeSetAffinity(); maybeSetAffinity();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment