summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-04-03 14:20:06 -0400
committerOz Linden <oz@lindenlab.com>2013-04-03 14:20:06 -0400
commite280422d4454549e4fd992ad45ec2ea4d41b08eb (patch)
tree2354f6b4a5824f53c85b6981457355f95e16c632 /indra
parentd0b12d0af50d55d16328ec70833204094adb8bcb (diff)
parent8037601dedbe9e0a3f1e588b6109bbad6adb1cff (diff)
merge changes for from graham
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 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;
}