summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpanelface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index c0aed0f63b..43001e7d2c 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -757,7 +757,7 @@ void LLPanelFace::getState()
case GL_RGB: break;
default:
{
- llinfos << "Unexpected tex format in LLPanelFace...resorting to no alpha" << llendl;
+ llwarns << "Unexpected tex format in LLPanelFace...resorting to no alpha" << llendl;
}
break;
}