Patch + minor formatting fixes.
parent
7f4d646aea
commit
58c260140c
|
@ -110,7 +110,7 @@ namespace OpenSim.Services.Connectors
|
||||||
}
|
}
|
||||||
if (response == null)
|
if (response == null)
|
||||||
{
|
{
|
||||||
message = "Null Pointer";
|
message = "Null response";
|
||||||
return m_ResponseOnFailure;
|
return m_ResponseOnFailure;
|
||||||
}
|
}
|
||||||
m_log.DebugFormat("[AUTHORIZATION CONNECTOR] response from remote service was {0}", response.Message);
|
m_log.DebugFormat("[AUTHORIZATION CONNECTOR] response from remote service was {0}", response.Message);
|
||||||
|
|
Loading…
Reference in New Issue