aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/LocalUserServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalUserServices.cs b/OpenSim/Region/Communications/Local/LocalUserServices.cs
index 6192a7a..9811f8a 100644
--- a/OpenSim/Region/Communications/Local/LocalUserServices.cs
+++ b/OpenSim/Region/Communications/Local/LocalUserServices.cs
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Communications.Local
97 UserProfileData data = GetUserProfile(uuid); 97 UserProfileData data = GetUserProfile(uuid);
98 if (data == null) 98 if (data == null)
99 { 99 {
100 throw new Exception("Unknown master user UUID"); 100 throw new Exception("Unknown master user UUID. Possible reason: UserServer is not running.");
101 } 101 }
102 return data; 102 return data;
103 } 103 }