mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
pgsql : fix estate store
This commit is contained in:
@@ -41,9 +41,7 @@ namespace OpenSim.Data.PGSQL
|
||||
/// </summary>
|
||||
public class PGSqlFramework
|
||||
{
|
||||
private static readonly log4net.ILog m_log =
|
||||
log4net.LogManager.GetLogger(
|
||||
System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger( System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected string m_connectionString;
|
||||
protected object m_dbLock = new object();
|
||||
|
||||
Reference in New Issue
Block a user