mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 00:47:59 +00:00
Deleted call to m_log.Error routine. Modules should not say they're disabled.
This commit is contained in:
@@ -60,7 +60,6 @@ namespace OpenSimSearch.Modules.OpenSearch
|
||||
m_SearchServer = searchConfig.GetString("SearchURL", "");
|
||||
if (m_SearchServer == "")
|
||||
{
|
||||
m_log.Error("[SEARCH] No search server, disabling search");
|
||||
m_Enabled = false;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user