diff --git a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs index 5ac2437162..ddd930b774 100644 --- a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs +++ b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs @@ -107,12 +107,12 @@ namespace OpenSim.Region.Framework.Scenes GetSceneObjectAssetUuids(assetUuid, assetUuids); } } - catch (Exception e) + catch (Exception) { m_log.ErrorFormat( - "[UUID GATHERER]: Failed to gathering uuids for asset id {0}, type {1}", + "[UUID GATHERER]: Failed to gather uuids for asset id {0}, type {1}", assetUuid, assetType); - throw e; + throw; } }