mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* minor: Quieten down temporary profile resolver to only log when it's actually dealing with a temporary profile
This commit is contained in:
@@ -89,11 +89,11 @@ namespace OpenSim.Framework.Communications.Osp
|
||||
/// is returned.
|
||||
/// </returns>
|
||||
public static UUID ResolveOspa(string ospa, CommunicationsManager commsManager)
|
||||
{
|
||||
m_log.DebugFormat("[OSP RESOLVER]: Resolving {0}", ospa);
|
||||
|
||||
{
|
||||
if (!ospa.StartsWith(OSPA_PREFIX))
|
||||
return UUID.Zero;
|
||||
|
||||
m_log.DebugFormat("[OSP RESOLVER]: Resolving {0}", ospa);
|
||||
|
||||
string ospaMeat = ospa.Substring(OSPA_PREFIX.Length);
|
||||
string[] ospaTuples = ospaMeat.Split(OSPA_TUPLE_SEPARATOR_ARRAY);
|
||||
|
||||
Reference in New Issue
Block a user