* Tweak inventory login failure message to point to the region owner as first point of call rather than the grid owner
parent
dcaf457bb8
commit
8b177bf4a8
|
@ -40,7 +40,8 @@ namespace OpenSim.Framework.Communications.Cache
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class UserProfileCacheService
|
public class UserProfileCacheService
|
||||||
{
|
{
|
||||||
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
private static readonly log4net.ILog m_log
|
||||||
|
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The comms manager holds references to services (user, grid, inventory, etc.)
|
/// The comms manager holds references to services (user, grid, inventory, etc.)
|
||||||
|
|
|
@ -247,8 +247,7 @@ namespace OpenSim.Framework.UserManagement
|
||||||
{
|
{
|
||||||
return GenerateFailureResponse(
|
return GenerateFailureResponse(
|
||||||
"key",
|
"key",
|
||||||
"The agent inventory service is not responding. Please notify the grid operator if this is a grid sim,"
|
"The agent inventory service is not responding. Please notify your region operator.",
|
||||||
+ " or the sim operator if this is a standalone sim.",
|
|
||||||
"false");
|
"false");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue