From d0d4670f4941dcf7430fb1269c6613140ecf3ff7 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Tue, 6 Feb 2007 00:57:33 +0000 Subject: merge in of error-refactor-3 concludes (fixes) SL-31187 pair programmed and reviewed by markl and karen --- indra/llui/llbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llui') diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index c02be6bb8d..ffa9262e21 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -584,7 +584,7 @@ void LLButton::draw() else { // no image - llalerts << "No image for button " << mName << llendl; + llwarns << "No image for button " << mName << llendl; // draw it in pink so we can find it gl_rect_2d(0, mRect.getHeight(), mRect.getWidth(), 0, LLColor4::pink1, FALSE); } -- cgit v1.2.3