Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/

master
Nat Goodspeed 2009-11-18 17:59:42 -05:00
commit 7bca43582e
1 changed files with 2 additions and 2 deletions

View File

@ -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);