diff options
author | Richard Linden <none@none> | 2010-06-02 13:33:15 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-02 13:33:15 -0700 |
commit | 9e7cf5c1bc9174d65c2541f54a3a70a2864519b7 (patch) | |
tree | 38017b79beada8287bfc582f0b83f55ceecdfb96 /indra/newview/llappviewer.cpp | |
parent | e097f355aaeef257069d8dd42c3937fd22b92f5c (diff) |
eliminated several warnings on startup
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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 |