* More console related changes.

This commit is contained in:
Adam Frisby
2007-07-24 04:10:08 +00:00
parent 3cbc1e011d
commit ad5548de9f
3 changed files with 10 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ namespace OpenSim.Grid.UserServer
httpServer.AddStreamHandler( new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod ));
httpServer.Start();
m_console.Status("Userserver 0.3 - Startup complete");
m_console.Status("SERVER", "Userserver 0.3 - Startup complete");
}