Update svn properties, minor formatting cleanup, fix a compiler warning.
parent
0e2edbb5d4
commit
ab30c6dc62
|
@ -48,9 +48,12 @@ namespace OpenSim.Data.SQLite.Tests
|
||||||
public void Init()
|
public void Init()
|
||||||
{
|
{
|
||||||
SuperInit();
|
SuperInit();
|
||||||
try {
|
try
|
||||||
|
{
|
||||||
log4net.Config.XmlConfigurator.Configure();
|
log4net.Config.XmlConfigurator.Configure();
|
||||||
} catch (Exception e) {
|
}
|
||||||
|
catch (Exception)
|
||||||
|
{
|
||||||
// I don't care, just leave log4net off
|
// I don't care, just leave log4net off
|
||||||
}
|
}
|
||||||
connect = "URI=file:" + file + ",version=3";
|
connect = "URI=file:" + file + ",version=3";
|
||||||
|
|
Loading…
Reference in New Issue