aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/HypergridService')
-rw-r--r--OpenSim/Services/HypergridService/GatekeeperService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/HypergridService/GatekeeperService.cs b/OpenSim/Services/HypergridService/GatekeeperService.cs
index 9bf3cf8..c74b514 100644
--- a/OpenSim/Services/HypergridService/GatekeeperService.cs
+++ b/OpenSim/Services/HypergridService/GatekeeperService.cs
@@ -397,9 +397,9 @@ namespace OpenSim.Services.HypergridService
397 m_log.InfoFormat( 397 m_log.InfoFormat(
398 "[GATEKEEPER SERVICE]: Login failed for {0} {1}, reason: already logged in", 398 "[GATEKEEPER SERVICE]: Login failed for {0} {1}, reason: already logged in",
399 account.FirstName, account.LastName); 399 account.FirstName, account.LastName);
400 reason = "You appear to be already logged in on destiny grid " + 400 reason = "You appear to be already logged in on the destination grid " +
401 "Please wait a a minute or two and retry. " + 401 "Please wait a a minute or two and retry. " +
402 "If this takes longer than a few minutes please contact the grid owner. "; 402 "If this takes longer than a few minutes please contact the grid owner.";
403 return false; 403 return false;
404 } 404 }
405 } 405 }