summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-06-02 13:33:15 -0700
committerRichard Linden <none@none>2010-06-02 13:33:15 -0700
commit9e7cf5c1bc9174d65c2541f54a3a70a2864519b7 (patch)
tree38017b79beada8287bfc582f0b83f55ceecdfb96 /indra/newview/llappviewer.cpp
parente097f355aaeef257069d8dd42c3937fd22b92f5c (diff)
eliminated several warnings on startup
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