diff options
| author | Glenn Glazer <coyot@lindenlab.com> | 2016-10-10 19:27:12 -0700 | 
|---|---|---|
| committer | Glenn Glazer <coyot@lindenlab.com> | 2016-10-10 19:27:12 -0700 | 
| commit | 0a55b1d0221744a6e113459e32c3e0e7ec04a44f (patch) | |
| tree | fd03d3cdc68ec98b25011740f83df0da452f8259 | |
| parent | 22ac9a10d8ecc8a978eaaa4ef05cfcdaea1e7604 (diff) | |
maint-6633: more futzing with spaces
| -rw-r--r-- | indra/llcommon/llerror.cpp | 2 | 
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; | 
