summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-06-02 15:33:37 -0700
committerRichard Linden <none@none>2010-06-02 15:33:37 -0700
commit6d69f054785ea16c2c1cb6c091328140f2504089 (patch)
tree5c0b7eb13d337aa223175468a926aa9e64594476 /indra/newview/llappviewer.cpp
parent1e13fd9260696e10df05dcb81803649c805b95cd (diff)
parenta541c1d53ed2e7bce713b742684d5e16320d8100 (diff)
merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index deafb20af7..f0b3740086 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1817,7 +1817,7 @@ bool LLAppViewer::loadSettingsFromDirectory(const std::string& location_key,
}
else
{
- llwarns << "Cannot load " << full_settings_path << " - No settings found." << llendl;
+ llinfos << "Cannot load " << full_settings_path << " - No settings found." << llendl;
}
}
else