summaryrefslogtreecommitdiff
path: root/indra/newview/llsyntaxid.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-04-08 11:40:10 -0400
committerOz Linden <oz@lindenlab.com>2014-04-08 11:40:10 -0400
commita60875e549aa90f1cef450aabaf23570cf20a22e (patch)
tree7dea0d67cce24969c6fc587a16116592ba920bd9 /indra/newview/llsyntaxid.cpp
parentbd4f4ee7932797008ed15f8c0301f5a0e5911a64 (diff)
parent08ca5279ffbf3e47fc42a32e38339ce806df1741 (diff)
merge latest changes from Ima
Diffstat (limited to 'indra/newview/llsyntaxid.cpp')
-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 80511cd73f..14265fd3af 100644
--- a/indra/newview/llsyntaxid.cpp
+++ b/indra/newview/llsyntaxid.cpp
@@ -412,7 +412,7 @@ void LLSyntaxIdLSL::loadKeywordsIntoLLSD()
}
else
{
- LL_ERRS("SyntaxLSL") << "Unable to open file: " << mFullFileSpec << LL_ENDL;
+ LL_WARNS("SyntaxLSL") << "Unable to open file: " << mFullFileSpec << LL_ENDL;
}
sLoadFailed = !sLoaded;
}