diff options
author | Oz Linden <oz@lindenlab.com> | 2014-04-08 11:40:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-04-08 11:40:10 -0400 |
commit | a60875e549aa90f1cef450aabaf23570cf20a22e (patch) | |
tree | 7dea0d67cce24969c6fc587a16116592ba920bd9 /indra/newview/llsyntaxid.cpp | |
parent | bd4f4ee7932797008ed15f8c0301f5a0e5911a64 (diff) | |
parent | 08ca5279ffbf3e47fc42a32e38339ce806df1741 (diff) |
merge latest changes from Ima
Diffstat (limited to 'indra/newview/llsyntaxid.cpp')
-rw-r--r-- | indra/newview/llsyntaxid.cpp | 2 |
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; } |