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

This commit is contained in:
Tedd Hansen
2008-02-14 01:35:17 +00:00
parent 4e005fc225
commit 5f70b8b922

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