diff options
author | dolphin <dolphin@lindenlab.com> | 2014-12-05 13:22:07 -0800 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-12-05 13:22:07 -0800 |
commit | 62db156552c29f44e060b12c51c429db1a7f5788 (patch) | |
tree | 4033a3c8b4cde4b6941f3482d88e2db18bc809cf /indra/llimage | |
parent | fb9e603e3498ec56a65e858c68347d218421afbc (diff) | |
parent | 6d48db868f7459fcf5f0e89d830a844e409d4163 (diff) |
merged with 3.7.22-release
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; } } } |