diff options
| author | Rider Linden <rider@lindenlab.com> | 2019-02-20 15:20:30 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2019-02-20 15:20:30 -0800 |
| commit | 2401712d1073e85b4b9183d20c6e9274bc874f64 (patch) | |
| tree | 9fd540e8e0a7db82890d33fd9e3eed39b38aa926 /indra/llinventory/llsettingsbase.cpp | |
| parent | 4f14dccffaa3b38377ad55486e38e4587a233319 (diff) | |
SL-9660: Next pass cleanup. Removed and downgraded a number of logs. Removed refs to LAPAS. Better sync with legacy regions.
Diffstat (limited to 'indra/llinventory/llsettingsbase.cpp')
| -rw-r--r-- | indra/llinventory/llsettingsbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsbase.cpp b/indra/llinventory/llsettingsbase.cpp index 5adb787048..7d7547ecb1 100644 --- a/indra/llinventory/llsettingsbase.cpp +++ b/indra/llinventory/llsettingsbase.cpp @@ -381,7 +381,7 @@ bool LLSettingsBase::validate() } if (result["warnings"].size() > 0) { - LL_WARNS("SETTINGS") << "Validation warnings: " << result["warnings"] << LL_ENDL; + LL_DEBUGS("SETTINGS") << "Validation warnings: " << result["warnings"] << LL_ENDL; } return result["success"].asBoolean(); |
