summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagefilter.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-12-05 15:53:03 -0500
committerOz Linden <oz@lindenlab.com>2014-12-05 15:53:03 -0500
commit6a3cb427071641585d9beb44c3e46a148f90a791 (patch)
treedae00c85fc3515216a0b3bbace5a99eded542b5e /indra/llimage/llimagefilter.cpp
parentb811b22c4aad589d5428f9d5fa5b43c60840b039 (diff)
parent6d48db868f7459fcf5f0e89d830a844e409d4163 (diff)
merge changes for 3.7.22-release
Diffstat (limited to 'indra/llimage/llimagefilter.cpp')
-rwxr-xr-xindra/llimage/llimagefilter.cpp2
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;
}
}
}