Add a reason message for a code path that lacks one

This commit is contained in:
Melanie
2012-08-03 01:30:05 +02:00
parent ecffcf7f65
commit d58743ddc1

View File

@@ -86,6 +86,7 @@ namespace OpenSim.Services.Connectors.Simulation
reason = String.Empty;
if (destination == null)
{
reason = "Destination not found";
m_log.Debug("[REMOTE SIMULATION CONNECTOR]: Given destination is null");
return false;
}