* Added hooks for logout to all IUserService and all that implement it.

* Added a Logout message with a name on the console
* Added a *fixme* message to figure out why the current agent session is null
* After updating you may notice that there's a login <user> and also a logout<user>
This commit is contained in:
Teravus Ovares
2008-01-20 23:08:50 +00:00
parent 59d7165f40
commit a3851b3812
15 changed files with 135 additions and 27 deletions

View File

@@ -188,9 +188,9 @@ namespace OpenSim.Framework.Data.SQLite
}
else if (prim.Stopped)
{
MainLog.Instance.Verbose("DATASTORE",
"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID);
addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
//MainLog.Instance.Verbose("DATASTORE",
//"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID);
//addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
}
else
{