summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-11-21 21:29:24 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2013-11-21 21:29:24 +0000
commit380334956c6689c2091e95969a7f79a29db49a4d (patch)
tree6964686ce66afe6efcdea9cb14f960c7090479df /indra/newview
parentfa5c3320cc9c50462b222b1b1197d9c16064983e (diff)
storm-1831 Fixing message string UUID assignment
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsyntaxid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp
index 605d49b175..43f840544c 100644
--- a/indra/newview/llsyntaxid.cpp
+++ b/indra/newview/llsyntaxid.cpp
@@ -155,7 +155,7 @@ bool LLSyntaxIdLSL::checkSyntaxIdChanged()
else
{
message = "' it has the same LSLSyntaxId! Leaving hash as '"
- + mSyntaxIdCurrent + "'";
+ + mSyntaxIdCurrent.asString() + "'";
}
}
else