summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5f9ddb4e9b..4dad363eb8 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -750,7 +750,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;
}