aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLMigrations.cs
diff options
context:
space:
mode:
authorMelanie2010-05-18 23:33:05 +0100
committerMelanie2010-05-18 23:33:05 +0100
commitd2bc6736675f0418903f70a649808ccabbfb3fd9 (patch)
tree384da06faea8e7431b551a1829fcebb3d6241c2c /OpenSim/Data/MySQL/MySQLMigrations.cs
parentBinary Guids are 16 chars long. Fix parser. (diff)
downloadopensim-SC_OLD-d2bc6736675f0418903f70a649808ccabbfb3fd9.zip
opensim-SC_OLD-d2bc6736675f0418903f70a649808ccabbfb3fd9.tar.gz
opensim-SC_OLD-d2bc6736675f0418903f70a649808ccabbfb3fd9.tar.bz2
opensim-SC_OLD-d2bc6736675f0418903f70a649808ccabbfb3fd9.tar.xz
Make m_log in migrations private. Define new m_log in derived class
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLMigrations.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLMigrations.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs
index b16655d..959b5d0 100644
--- a/OpenSim/Data/MySQL/MySQLMigrations.cs
+++ b/OpenSim/Data/MySQL/MySQLMigrations.cs
@@ -43,6 +43,8 @@ namespace OpenSim.Data.MySQL
43 /// </summary> 43 /// </summary>
44 public class MySqlMigration : Migration 44 public class MySqlMigration : Migration
45 { 45 {
46 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
47
46 public MySqlMigration() 48 public MySqlMigration()
47 : base() 49 : base()
48 { 50 {