* minor: Quieten down temporary profile resolver to only log when it's actually dealing with a temporary profile
parent
2284c8509f
commit
48c2e7796f
|
@ -90,11 +90,11 @@ namespace OpenSim.Framework.Communications.Osp
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public static UUID ResolveOspa(string ospa, CommunicationsManager commsManager)
|
public static UUID ResolveOspa(string ospa, CommunicationsManager commsManager)
|
||||||
{
|
{
|
||||||
m_log.DebugFormat("[OSP RESOLVER]: Resolving {0}", ospa);
|
|
||||||
|
|
||||||
if (!ospa.StartsWith(OSPA_PREFIX))
|
if (!ospa.StartsWith(OSPA_PREFIX))
|
||||||
return UUID.Zero;
|
return UUID.Zero;
|
||||||
|
|
||||||
|
m_log.DebugFormat("[OSP RESOLVER]: Resolving {0}", ospa);
|
||||||
|
|
||||||
string ospaMeat = ospa.Substring(OSPA_PREFIX.Length);
|
string ospaMeat = ospa.Substring(OSPA_PREFIX.Length);
|
||||||
string[] ospaTuples = ospaMeat.Split(OSPA_TUPLE_SEPARATOR_ARRAY);
|
string[] ospaTuples = ospaMeat.Split(OSPA_TUPLE_SEPARATOR_ARRAY);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue