diff --git a/indra/llmessage/llcoproceduremanager.cpp b/indra/llmessage/llcoproceduremanager.cpp index fa0b301a19..f022c5f56f 100644 --- a/indra/llmessage/llcoproceduremanager.cpp +++ b/indra/llmessage/llcoproceduremanager.cpp @@ -146,7 +146,7 @@ void LLCoprocedureManager::initializePool(const std::string &poolName) { // Pools are not supposed to be initialized twice // Todo: ideally restrict init to STATE_FIRST - //LL_ERRS() << "Pool is already present " << poolName << LL_ENDL; + LL_WARNS("CoProcMgr") << "Pool is already present " << poolName << LL_ENDL; return; }