summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerror.cpp
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-10-10 19:27:12 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-10-10 19:27:12 -0700
commit0a55b1d0221744a6e113459e32c3e0e7ec04a44f (patch)
treefd03d3cdc68ec98b25011740f83df0da452f8259 /indra/llcommon/llerror.cpp
parent22ac9a10d8ecc8a978eaaa4ef05cfcdaea1e7604 (diff)
maint-6633: more futzing with spaces
Diffstat (limited to 'indra/llcommon/llerror.cpp')
-rw-r--r--indra/llcommon/llerror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp
index 5129cdfde9..79a753d5bd 100644
--- a/indra/llcommon/llerror.cpp
+++ b/indra/llcommon/llerror.cpp
@@ -949,7 +949,7 @@ namespace
if (show_function && r->wantsFunctionName())
{
- message_stream << site.mFunctionString << " ";
+ message_stream << site.mFunctionString;// << " ";
}
message_stream << message;