diff options
author | Oz Linden <oz@lindenlab.com> | 2013-04-03 14:20:06 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-04-03 14:20:06 -0400 |
commit | e280422d4454549e4fd992ad45ec2ea4d41b08eb (patch) | |
tree | 2354f6b4a5824f53c85b6981457355f95e16c632 | |
parent | d0b12d0af50d55d16328ec70833204094adb8bcb (diff) | |
parent | 8037601dedbe9e0a3f1e588b6109bbad6adb1cff (diff) |
merge changes for from graham
-rw-r--r-- | indra/newview/llpanelface.cpp | 2 |
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; } |