summaryrefslogtreecommitdiff
path: root/indra/llui/llscrolllistitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llscrolllistitem.cpp')
-rwxr-xr-xindra/llui/llscrolllistitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistitem.cpp b/indra/llui/llscrolllistitem.cpp
index cc7f42e49a..df22c88afb 100755
--- a/indra/llui/llscrolllistitem.cpp
+++ b/indra/llui/llscrolllistitem.cpp
@@ -83,7 +83,7 @@ void LLScrollListItem::setColumn( S32 column, LLScrollListCell *cell )
}
else
{
- llerrs << "LLScrollListItem::setColumn: bad column: " << column << llendl;
+ LL_ERRS() << "LLScrollListItem::setColumn: bad column: " << column << LL_ENDL;
}
}