pgsql : fix estate store

This commit is contained in:
UbitUmarov
2024-05-15 20:18:07 +01:00
parent 42aa84a06f
commit fd32e15f70
2 changed files with 11 additions and 19 deletions

View File

@@ -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();