summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-12-05 13:22:07 -0800
committerdolphin <dolphin@lindenlab.com>2014-12-05 13:22:07 -0800
commit62db156552c29f44e060b12c51c429db1a7f5788 (patch)
tree4033a3c8b4cde4b6941f3482d88e2db18bc809cf /indra/llimage
parentfb9e603e3498ec56a65e858c68347d218421afbc (diff)
parent6d48db868f7459fcf5f0e89d830a844e409d4163 (diff)
merged with 3.7.22-release
Diffstat (limited to 'indra/llimage')
-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;
}
}
}