aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLAssetData.cs')
-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 fc331cd..d66a5c2 100644
--- a/OpenSim/Data/MySQL/MySQLAssetData.cs
+++ b/OpenSim/Data/MySQL/MySQLAssetData.cs
@@ -191,7 +191,7 @@ namespace OpenSim.Data.MySQL
191 { 191 {
192 m_log.ErrorFormat( 192 m_log.ErrorFormat(
193 "[ASSETS DB]: MySql failure fetching asset {0}" + Environment.NewLine + e.ToString() 193 "[ASSETS DB]: MySql failure fetching asset {0}" + Environment.NewLine + e.ToString()
194 + Environment.NewLine + "Attempting reconnection", assetID); 194 + Environment.NewLine + "Reconnecting", assetID);
195 _dbConnection.Reconnect(); 195 _dbConnection.Reconnect();
196 } 196 }
197 } 197 }