Added a small but maybe important clue that UserServer is not running.

ThreadPoolClientBranch
Tedd Hansen 2008-02-14 01:35:17 +00:00
parent 4e005fc225
commit 5f70b8b922
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}