diff options
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-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; } |