diff options
Diffstat (limited to 'indra/llimage')
| -rwxr-xr-x | indra/llimage/llimagefilter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llimage/llimagefilter.cpp b/indra/llimage/llimagefilter.cpp index 3d0c488768..0b9d136910 100755 --- a/indra/llimage/llimagefilter.cpp +++ b/indra/llimage/llimagefilter.cpp @@ -266,7 +266,7 @@ void LLImageFilter::executeFilter(LLPointer<LLImageRaw> raw_image)          }          else          { -            llwarns << "Filter unknown, cannot execute filter command : " << filter_name << llendl; +            LL_WARNS() << "Filter unknown, cannot execute filter command : " << filter_name << LL_ENDL;          }      }  } | 
