mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
change hg link request log message
This commit is contained in:
@@ -187,7 +187,7 @@ namespace OpenSim.Services.HypergridService
|
||||
reason = string.Empty;
|
||||
GridRegion region = null;
|
||||
|
||||
m_log.DebugFormat("[GATEKEEPER SERVICE]: Request to link to {0}", (regionName == string.Empty)? "default region" : regionName);
|
||||
//m_log.DebugFormat("[GATEKEEPER SERVICE]: Request to link to {0}", (regionName == string.Empty)? "default region" : regionName);
|
||||
if (!m_AllowTeleportsToAnyRegion || regionName == string.Empty)
|
||||
{
|
||||
List<GridRegion> defs = m_GridService.GetDefaultHypergridRegions(m_ScopeID);
|
||||
|
||||
Reference in New Issue
Block a user