* Removed plenty more untagged console messages. Everything now has shiny groups. :)

This commit is contained in:
Adam Frisby
2007-10-22 22:37:39 +00:00
parent 3e5fcf90aa
commit 3143768468
8 changed files with 21 additions and 15 deletions

View File

@@ -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");
}