From f447cf72239723b312bf3dad50cdcd9e5be1f574 Mon Sep 17 00:00:00 2001 From: Glenn Glazer Date: Tue, 11 Oct 2016 08:16:25 -0700 Subject: maint-6633: yet more futzing with spaces --- indra/llcommon/llerror.cpp | 6 +++--- 1 file 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; -- cgit v1.2.3