Amend to previous commit -- write down the problematic Profile server URL.

0.8.0.3
Diva Canto 2014-06-05 20:06:01 -07:00 committed by Justin Clark-Casey
parent becb949a33
commit 0cf5ea9420
1 changed files with 3 additions and 0 deletions

View File

@ -1166,8 +1166,11 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
return true; return true;
} }
else else
{
m_log.ErrorFormat("[PROFILES]: Problematic response for image_assets_request from {0}", profileServerURI);
return false; return false;
} }
}
/// <summary> /// <summary>
/// Gets the user account data. /// Gets the user account data.