diff options
author | Melanie | 2010-05-18 23:33:05 +0100 |
---|---|---|
committer | Melanie | 2010-05-18 23:33:05 +0100 |
commit | d2bc6736675f0418903f70a649808ccabbfb3fd9 (patch) | |
tree | 384da06faea8e7431b551a1829fcebb3d6241c2c /OpenSim/Data/Migration.cs | |
parent | Binary Guids are 16 chars long. Fix parser. (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Data/Migration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs index 7980c35..e43d7c1 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs | |||
@@ -70,7 +70,7 @@ namespace OpenSim.Data | |||
70 | 70 | ||
71 | public class Migration | 71 | public class Migration |
72 | { | 72 | { |
73 | protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 73 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
74 | 74 | ||
75 | protected string _type; | 75 | protected string _type; |
76 | protected DbConnection _conn; | 76 | protected DbConnection _conn; |