mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Remove the mysql logging noise I accidentally left in a few commits ago
This commit is contained in:
@@ -114,10 +114,10 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
lock (_dbConnection)
|
||||
{
|
||||
m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID));
|
||||
//m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID));
|
||||
if (ExistsAsset(asset.FullID))
|
||||
{
|
||||
m_log.Info("[ASSET DB]: Asset exists already, ignoring.");
|
||||
//m_log.Info("[ASSET DB]: Asset exists already, ignoring.");
|
||||
}
|
||||
|
||||
MySqlCommand cmd =
|
||||
|
||||
Reference in New Issue
Block a user