summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerror.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2017-06-20 23:16:03 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2017-06-20 23:16:03 +0300
commit270cd8ff15d01ff9e2f390ae442e9f5de2b5adec (patch)
treedcd736ad4cd7db0e299e2542d3c8ad58b43d906e /indra/llcommon/llerror.cpp
parent21f22ced4ddf10afcbe0fae299a24b3ceb01d1de (diff)
parentf1e52656e9e328d66aa5050bc9e59948a0217283 (diff)
Merged in lindenlab/viewer-release
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 e6407ecf22..9c49f7eff4 100644
--- a/indra/llcommon/llerror.cpp
+++ b/indra/llcommon/llerror.cpp
@@ -572,7 +572,7 @@ namespace LLError
mFunctionString += std::string(mFunction) + ":";
for (size_t i = 0; i < mTagCount; i++)
{
- mTagString += std::string("#") + mTags[i] + ((i == mTagCount - 1) ? "" : ",");
+ mTagString += std::string("#") + mTags[i] + ((i == mTagCount - 1) ? " " : ",");
}
}