mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
Make m_log in migrations private. Define new m_log in derived class
This commit is contained in:
@@ -43,6 +43,8 @@ namespace OpenSim.Data.MySQL
|
||||
/// </summary>
|
||||
public class MySqlMigration : Migration
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public MySqlMigration()
|
||||
: base()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user