diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 16:25:11 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 16:25:11 -0500 |
commit | 44f5d7320952de2c4c7e1062b1c02c2f521400fa (patch) | |
tree | c4206e2479a35c0de881129671a4961158b60d7f /indra/llimage | |
parent | 28a2d9667d472f050709e2ff2c0a8d50bbc7e03b (diff) |
STORM-2086 Convert old style llinfos and llwarns to new format
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; } } } |