mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
change a hull debugging message to Debug instead of Info
This commit is contained in:
@@ -418,7 +418,7 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
string keys = "[MESH]: keys found in convexBlock: ";
|
||||
foreach (KeyValuePair<string, OSD> kvp in convexBlock)
|
||||
keys += "'" + kvp.Key + "' ";
|
||||
m_log.Info(keys);
|
||||
m_log.Debug(keys);
|
||||
}
|
||||
|
||||
Vector3 min = new Vector3(-0.5f, -0.5f, -0.5f);
|
||||
|
||||
Reference in New Issue
Block a user