Turn this into a warning

master
Ansariel 2021-02-18 19:32:16 +01:00
parent 21c5f53925
commit 1cf4be8423
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}