diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLAssetData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLAssetData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs index 76f6307..abe3ff3 100644 --- a/OpenSim/Data/MySQL/MySQLAssetData.cs +++ b/OpenSim/Data/MySQL/MySQLAssetData.cs | |||
@@ -114,10 +114,10 @@ namespace OpenSim.Data.MySQL | |||
114 | { | 114 | { |
115 | lock (_dbConnection) | 115 | lock (_dbConnection) |
116 | { | 116 | { |
117 | m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID)); | 117 | //m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID)); |
118 | if (ExistsAsset(asset.FullID)) | 118 | if (ExistsAsset(asset.FullID)) |
119 | { | 119 | { |
120 | m_log.Info("[ASSET DB]: Asset exists already, ignoring."); | 120 | //m_log.Info("[ASSET DB]: Asset exists already, ignoring."); |
121 | } | 121 | } |
122 | 122 | ||
123 | MySqlCommand cmd = | 123 | MySqlCommand cmd = |