Skip to content
Snippets Groups Projects
Commit 8013a81a authored by Brad Kittenbrink's avatar Brad Kittenbrink Committed by Nat Goodspeed
Browse files

Switched LL_ERRS to LL_WARNS for case where promise is fulfilled multiple times by multiple events.

parent b09aa6a2
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ LLBoundListener postAndSuspendSetup(const std::string& callerName,
}
catch(boost::fibers::promise_already_satisfied & ex)
{
LL_ERRS("lleventcoro") << "promise already satisfied in '"
LL_WARNS("lleventcoro") << "promise already satisfied in '"
<< listenerName << "' " << ex.what() << LL_ENDL;
}
return consuming;
......
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