* Fixed a whole bunch of console messages.

This commit is contained in:
Adam Frisby
2007-12-04 10:13:13 +00:00
parent 3ff3e9ea28
commit 91c1e8a734
20 changed files with 54 additions and 54 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenSim.Framework.Data.MySQL
dbcon.Open();
MainLog.Instance.Verbose("MySQL connection established");
MainLog.Instance.Verbose("MYSQL", "Connection established");
}
catch (Exception e)
{