mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Instance logging with backing static class instead of Global
This commit is contained in:
@@ -46,7 +46,7 @@ contents of any changed dats.";
|
||||
|
||||
// Make sure the file exists
|
||||
if (!File.Exists(_db))
|
||||
DatabaseTools.EnsureDatabase(_dbSchema, _db, _connectionString);
|
||||
EnsureDatabase(_db, _connectionString);
|
||||
|
||||
// Make sure the dats dir is set
|
||||
if (string.IsNullOrWhiteSpace(_dats))
|
||||
|
||||
Reference in New Issue
Block a user