change a hull debugging message to Debug instead of Info

user_profiles
dahlia 2013-05-24 10:31:14 -07:00
parent 21a3a81c7a
commit 440905ad14
1 changed files with 1 additions and 1 deletions

View File

@ -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);