Amend to previous commit -- write down the problematic Profile server URL.
parent
becb949a33
commit
0cf5ea9420
|
@ -1166,7 +1166,10 @@ 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>
|
||||||
|
|
Loading…
Reference in New Issue