summaryrefslogtreecommitdiff
path: root/indra/llcommon/llprocessor.cpp
diff options
context:
space:
mode:
authorAnchor Linden <anchor@lindenlab.com>2018-10-11 10:54:16 -0700
committerAnchor Linden <anchor@lindenlab.com>2018-10-11 10:54:16 -0700
commit076719013ec2dab7bf8fd1f4d1f953ab73d594e9 (patch)
tree58e7cd0674a1286544f883257cc2f43969ea201f /indra/llcommon/llprocessor.cpp
parente5aeaa659a453674ef898cdd2ad6183d5eb77e41 (diff)
parent58aef8beaf79dc83546a7b080014ca5030733ac8 (diff)
Merge
Diffstat (limited to 'indra/llcommon/llprocessor.cpp')
-rw-r--r--indra/llcommon/llprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprocessor.cpp b/indra/llcommon/llprocessor.cpp
index 446c312ca9..a618a1cc70 100644
--- a/indra/llcommon/llprocessor.cpp
+++ b/indra/llcommon/llprocessor.cpp
@@ -610,7 +610,7 @@ private:
value = (uint64_t)(( uint8_t *)&value);
else
{
- LL_WARNS("Unknown type returned from sysctl!") << LL_ENDL;
+ LL_WARNS() << "Unknown type returned from sysctl" << LL_ENDL;
}
}