disable profuse logging messages for not saving physical

objects, as it clouds up the console a bit too much
afrisby
Sean Dague 2007-11-07 20:26:03 +00:00
parent f86a65f14b
commit 9b6c8ba7d1
1 changed files with 1 additions and 1 deletions

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