Reduce log message severity

master
Ansariel 2022-12-14 10:42:39 +01:00
parent 70d171a510
commit a2f5bf2039
1 changed files with 1 additions and 1 deletions

View File

@ -1446,7 +1446,7 @@ bool LLTextureFetchWorker::doWork(S32 param)
else
{
mCanUseHTTP = false ;
LL_WARNS(LOG_TXT) << "Texture not available via HTTP: empty URL." << LL_ENDL;
LL_DEBUGS(LOG_TXT) << "Texture not available via HTTP: empty URL." << LL_ENDL;
}
}
else