mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add a reason message for a code path that lacks one
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user