Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
commit
7bca43582e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue