From 380334956c6689c2091e95969a7f79a29db49a4d Mon Sep 17 00:00:00 2001
From: Ima Mechanique <ima.mechanique@secondlife.com>
Date: Thu, 21 Nov 2013 21:29:24 +0000
Subject: [PATCH] storm-1831 Fixing message string UUID assignment

---
 indra/newview/llsyntaxid.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp
index 605d49b1754..43f840544cf 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
-- 
GitLab