Added a small but maybe important clue that UserServer is not running.
parent
4e005fc225
commit
5f70b8b922
|
@ -97,7 +97,7 @@ namespace OpenSim.Region.Communications.Local
|
||||||
UserProfileData data = GetUserProfile(uuid);
|
UserProfileData data = GetUserProfile(uuid);
|
||||||
if (data == null)
|
if (data == null)
|
||||||
{
|
{
|
||||||
throw new Exception("Unknown master user UUID");
|
throw new Exception("Unknown master user UUID. Possible reason: UserServer is not running.");
|
||||||
}
|
}
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue