diff options
author | James Cook <james@lindenlab.com> | 2007-02-27 17:52:10 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2007-02-27 17:52:10 +0000 |
commit | b5342e238a96ee00d7d2afa3883b1596291587cc (patch) | |
tree | e5743463e674ae4f1cb420aab909ad997a8a869a /indra/llcommon/llerror.cpp | |
parent | 647d29b1a2d4712ea738b408be43e56895a715b1 (diff) |
svn merge -r58163:58241 loadstone-sim-standby, reduces database load from standby sims polling the database for a region to run
Diffstat (limited to 'indra/llcommon/llerror.cpp')
-rw-r--r-- | indra/llcommon/llerror.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index 52b37bb05c..1ed25a0d17 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -277,7 +277,7 @@ namespace } LLError::configure(configuration); - llwarns << "error logging reconfigured from " << filename() << llendl; + llinfos << "logging reconfigured from " << filename() << llendl; } |