diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 5f9ddb4e9bafd788aea13b024b4a0bbabe0acf8a..4dad363eb8017b768c988227cdb8acbb59ce9beb 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; }