mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Added a small but maybe important clue that UserServer is not running.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Communications.Local
|
||||
UserProfileData data = GetUserProfile(uuid);
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user