fix grammar in last commit, remove redundant code

0.6.9-post-fixes
Justin Clark-Casey (justincc) 2010-11-27 00:51:42 +00:00
parent 7c2e34e5f6
commit ce39ec9005
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}