aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/MySQLAssetData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs
index 466f5db..20b2673 100644
--- a/OpenSim/Data/MySQL/MySQLAssetData.cs
+++ b/OpenSim/Data/MySQL/MySQLAssetData.cs
@@ -177,7 +177,7 @@ namespace OpenSim.Data.MySQL
177 { 177 {
178 lock (_dbConnection) 178 lock (_dbConnection)
179 { 179 {
180 //m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID)); 180 //m_log.Info("[ASSET DB]: Creating Asset " + asset.FullID);
181 if (ExistsAsset(asset.FullID)) 181 if (ExistsAsset(asset.FullID))
182 { 182 {
183 //m_log.Info("[ASSET DB]: Asset exists already, ignoring."); 183 //m_log.Info("[ASSET DB]: Asset exists already, ignoring.");