diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLXAssetData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLXAssetData.cs b/OpenSim/Data/MySQL/MySQLXAssetData.cs index 430bb9f..8361da2 100644 --- a/OpenSim/Data/MySQL/MySQLXAssetData.cs +++ b/OpenSim/Data/MySQL/MySQLXAssetData.cs | |||
@@ -346,7 +346,7 @@ namespace OpenSim.Data.MySQL | |||
346 | cmd.ExecuteNonQuery(); | 346 | cmd.ExecuteNonQuery(); |
347 | } | 347 | } |
348 | } | 348 | } |
349 | catch (Exception e) | 349 | catch (Exception) |
350 | { | 350 | { |
351 | m_log.ErrorFormat( | 351 | m_log.ErrorFormat( |
352 | "[XASSET MYSQL DB]: Failure updating access_time for asset {0} with name {1}", | 352 | "[XASSET MYSQL DB]: Failure updating access_time for asset {0} with name {1}", |