change a hull debugging message to Debug instead of Info
parent
21a3a81c7a
commit
440905ad14
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue