disable profuse logging messages for not saving physical

objects, as it clouds up the console a bit too much
This commit is contained in:
Sean Dague
2007-11-07 20:26:03 +00:00
parent f86a65f14b
commit 9b6c8ba7d1

View File

@@ -132,7 +132,7 @@ namespace OpenSim.DataStore.MonoSqlite
}
else
{
MainLog.Instance.Verbose("DATASTORE", "Ignoring Physical obj: " + obj.UUID + " in region: " + regionUUID);
// MainLog.Instance.Verbose("DATASTORE", "Ignoring Physical obj: " + obj.UUID + " in region: " + regionUUID);
}
}
}