mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Merge branch 'melanie'
This commit is contained in:
@@ -243,7 +243,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset
|
|||||||
if (m_Cache != null)
|
if (m_Cache != null)
|
||||||
m_Cache.Get(id, out asset);
|
m_Cache.Get(id, out asset);
|
||||||
|
|
||||||
return null;
|
return asset;
|
||||||
}
|
}
|
||||||
|
|
||||||
public AssetMetadata GetMetadata(string id)
|
public AssetMetadata GetMetadata(string id)
|
||||||
|
|||||||
@@ -3161,7 +3161,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||||||
{
|
{
|
||||||
foreach (Action<Scene> d in handler.GetInvocationList())
|
foreach (Action<Scene> d in handler.GetInvocationList())
|
||||||
{
|
{
|
||||||
m_log.InfoFormat("[EVENT MANAGER]: TriggerSceneShuttingDown invoque {0}", d.Method.Name.ToString());
|
m_log.InfoFormat("[EVENT MANAGER]: TriggerSceneShuttingDown invoke {0}", d.Method.Name.ToString());
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
d(s);
|
d(s);
|
||||||
|
|||||||
Reference in New Issue
Block a user