mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Removed plenty more untagged console messages. Everything now has shiny groups. :)
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.Region.Capabilities
|
||||
/// </summary>
|
||||
public void RegisterHandlers()
|
||||
{
|
||||
Console.WriteLine("registering CAPS handlers");
|
||||
OpenSim.Framework.Console.MainLog.Instance.Verbose("CAPS","Registering CAPS handlers");
|
||||
string capsBase = "/CAPS/" + m_capsObjectPath;
|
||||
try
|
||||
{
|
||||
|
||||
@@ -199,8 +199,7 @@ namespace OpenSim.Framework.UserManagement
|
||||
public virtual bool AuthenticateUser(UserProfileData profile, string password)
|
||||
{
|
||||
|
||||
MainLog.Instance.Verbose(
|
||||
"Authenticating " + profile.username + " " + profile.surname);
|
||||
MainLog.Instance.Verbose("LOGIN","Authenticating " + profile.username + " " + profile.surname);
|
||||
|
||||
password = password.Remove(0, 3); //remove $1$
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@ namespace OpenSim.Framework.Data.SQLite
|
||||
fillUserAgentRow(row, user.currentAgent);
|
||||
}
|
||||
}
|
||||
MainLog.Instance.Verbose("Syncing user database: " + ds.Tables["users"].Rows.Count + " users stored");
|
||||
MainLog.Instance.Verbose("SQLITE", "Syncing user database: " + ds.Tables["users"].Rows.Count + " users stored");
|
||||
// save changes off to disk
|
||||
da.Update(ds, "users");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user