diff --git a/indra/llcommon/llcoros.cpp b/indra/llcommon/llcoros.cpp index adb86c4e0ba94b3821bfd808a306679317310776..262929006dda157334c02e076abe19cffdb973c5 100644 --- a/indra/llcommon/llcoros.cpp +++ b/indra/llcommon/llcoros.cpp @@ -223,7 +223,7 @@ void LLCoros::printActiveCoroutines(const std::string& when) { F64 life_time = time - cd.mCreationTime; LL_CONT << LL_NEWLINE - << cd.mName << ' ' << cd.mStatus << " life: " << life_time; + << cd.getKey() << ' ' << cd.mStatus << " life: " << life_time; } LL_CONT << LL_ENDL; LL_INFOS("LLCoros") << "-----------------------------------------------------" << LL_ENDL;