remove debugging statement

afrisby
Sean Dague 2007-08-30 19:58:41 +00:00
parent d03000062a
commit bad1df704a
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ namespace OpenSim.Framework.Data.SQLite
fillUserAgentRow(row, user.currentAgent);
}
}
MainLog.Instance.Verbose("DATASTORE", "Adding user: " + ds.GetXml());
MainLog.Instance.Verbose("Syncing user database: " + ds.Tables["users"].Rows.Count + " users stored");
// save changes off to disk
da.Update(ds, "users");
}