summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-08 13:01:44 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-08 13:01:44 -0500
commit7e962d3798994631e0fa0b7d27726c604f4c604c (patch)
treebac4873b4f21be77c5e9f0edfd02b4af17383ae7 /indra/llimage
parent147d1922450f289fe675dc6f0ccce9094db13b38 (diff)
parent6d48db868f7459fcf5f0e89d830a844e409d4163 (diff)
merge
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;
}
}
}