From 8013a81adca731ebaade605290b2a4e7f94d5d05 Mon Sep 17 00:00:00 2001 From: Brad Kittenbrink Date: Thu, 14 Mar 2019 17:08:32 -0700 Subject: Switched LL_ERRS to LL_WARNS for case where promise is fulfilled multiple times by multiple events. --- indra/llcommon/lleventcoro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/llcommon/lleventcoro.cpp b/indra/llcommon/lleventcoro.cpp index aa9f4b7840..421897cb98 100644 --- a/indra/llcommon/lleventcoro.cpp +++ b/indra/llcommon/lleventcoro.cpp @@ -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; -- cgit v1.2.3