mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
This commit is contained in:
@@ -209,9 +209,9 @@ namespace OpenSim.Data.MSSQL
|
||||
{
|
||||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
catch (Exception Ex)
|
||||
catch (Exception e)
|
||||
{
|
||||
_Log.Debug("[ESTATE DB]: Error inserting regionID and EstateID in estate_map");
|
||||
_Log.DebugFormat("[ESTATE DB]: Error inserting regionID and EstateID in estate_map: {0}", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -548,7 +548,6 @@ namespace OpenSim.Data.MSSQL
|
||||
while (readerLandData.Read())
|
||||
{
|
||||
LandData data = buildLandData(readerLandData);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user