diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-03-28 21:32:30 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-03-28 21:32:30 +0000 |
commit | 08ca5279ffbf3e47fc42a32e38339ce806df1741 (patch) | |
tree | a9a65f4c92072dfce0f17a2b634392955b3c9f76 /indra/newview | |
parent | 8bc42784122619e3f37afabbc5888821c3430369 (diff) |
storm-1831: Fixing the remaining LL_ERRS.
Diffstat (limited to 'indra/newview')
-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; } |