diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-18 18:16:57 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-18 18:16:57 -0500 |
| commit | 003cac41bcedd06aaaee033019accb8921a3c17c (patch) | |
| tree | 3fb8eb29283b87ccbfe429473ca157d558ed42b8 | |
| parent | 3375a71ffbe27df4a90760ded6f3ac2050e38bfc (diff) | |
| parent | 7bca43582e3c0a9a49dcd4e48cb4b2d8be75dfe7 (diff) | |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
| -rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 3d7b324458..a5ca06ce30 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4186,7 +4186,7 @@ void LLAppViewer::loadEventHostModule(S32 listen_port) if(dso_path == "") { - llwarns << "QAModeEventHost requested but module \"" << dso_name << "\" not found!" << llendl; + llerrs << "QAModeEventHost requested but module \"" << dso_name << "\" not found!" << llendl; return; } @@ -4214,7 +4214,7 @@ void LLAppViewer::loadEventHostModule(S32 listen_port) if(status != 0) { - llwarns << "problem loading eventhost plugin, status: " << status << llendl; + llerrs << "problem loading eventhost plugin, status: " << status << llendl; } mPlugins.insert(eventhost_dso_handle); |
