diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-10-11 08:16:25 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-10-11 08:16:25 -0700 |
commit | f447cf72239723b312bf3dad50cdcd9e5be1f574 (patch) | |
tree | 098a1a626bfaaeb6deece0b020175c62bc76be11 | |
parent | 0a55b1d0221744a6e113459e32c3e0e7ec04a44f (diff) |
maint-6633: yet more futzing with spaces
-rw-r--r-- | indra/llcommon/llerror.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index 79a753d5bd..37654411d6 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -941,15 +941,15 @@ namespace message_stream << site.mLocationString << " "; } - if ((show_level && r->wantsLevel())|| + /*if ((show_level && r->wantsLevel())|| (show_tags && r->wantsTags())) { message_stream << " "; - } + }*/ if (show_function && r->wantsFunctionName()) { - message_stream << site.mFunctionString;// << " "; + message_stream << site.mFunctionString << " "; } message_stream << message; |