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

[Fibril] Fix LOGD message

parent 37da2c76
No related branches found
No related tags found
1 merge request!417eval/BFP9000: record csv
...@@ -65,7 +65,7 @@ class Fibril : public AbstractFiber, public Logger<LogSubsystem::FIBRIL> { ...@@ -65,7 +65,7 @@ class Fibril : public AbstractFiber, public Logger<LogSubsystem::FIBRIL> {
emper::CONTINUATION_STEALING_MODE == emper::ContinuationStealingMode::locked; emper::CONTINUATION_STEALING_MODE == emper::ContinuationStealingMode::locked;
inline void tryResume(uint32_t fibrilResumeValue) { inline void tryResume(uint32_t fibrilResumeValue) {
LOGD("tryResumeFiber() invoking tryResume(" << fibrilResumeValue << ")"); LOGD("tryResume(" << fibrilResumeValue << ")");
if constexpr (LOCKED_CONTINUATION_STEALING) { if constexpr (LOCKED_CONTINUATION_STEALING) {
tryResumeLocked(); tryResumeLocked();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment