diff options
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-x | indra/newview/llviewerregion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 0e7fd63c7f..5ecc081782 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -2652,7 +2652,7 @@ void LLViewerRegion::cacheFullUpdateExtras(LLSD const & extras, std::string cons } else { - LL_WARNS() << "got material override for unknown object_id, cannot cache it" << LL_ENDL; + LL_WARNS("GLTF") << "got material override for unknown object_id, cannot cache it" << LL_ENDL; } } |