mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
fix a log message
This commit is contained in:
@@ -568,7 +568,7 @@ namespace OpenSim.Server.Handlers.Grid
|
||||
if (request.TryGetValue("MC", out o))
|
||||
Int32.TryParse(o.ToString(), out max);
|
||||
else
|
||||
m_log.WarnFormat("[GRID HANDLER]: no Y in request to get online regions");
|
||||
m_log.WarnFormat("[GRID HANDLER]: no Max Count in request to get online regions");
|
||||
|
||||
List<GridRegion> rinfos = null;
|
||||
if (max > 0)
|
||||
|
||||
Reference in New Issue
Block a user