yes it is not destiny grid but destination.. thx u know who :)
parent
9c46e4921a
commit
8bdd4c3ed9
|
@ -397,9 +397,9 @@ namespace OpenSim.Services.HypergridService
|
||||||
m_log.InfoFormat(
|
m_log.InfoFormat(
|
||||||
"[GATEKEEPER SERVICE]: Login failed for {0} {1}, reason: already logged in",
|
"[GATEKEEPER SERVICE]: Login failed for {0} {1}, reason: already logged in",
|
||||||
account.FirstName, account.LastName);
|
account.FirstName, account.LastName);
|
||||||
reason = "You appear to be already logged in on destiny grid " +
|
reason = "You appear to be already logged in on the destination grid " +
|
||||||
"Please wait a a minute or two and retry. " +
|
"Please wait a a minute or two and retry. " +
|
||||||
"If this takes longer than a few minutes please contact the grid owner. ";
|
"If this takes longer than a few minutes please contact the grid owner.";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue