ENH: Replaces transport config with namespaced settings

This commit is contained in:
Santiago Torres
2016-01-17 15:42:45 -05:00
parent 2b02db3023
commit 190bb12964
27 changed files with 206 additions and 238 deletions

View File

@@ -93,7 +93,7 @@ EventListener {
dbExecutor.execute(new Runnable() {
public void run() {
try {
settings = db.getSettings();
settings = db.getSettings("settings-activity");
} catch (DbException e) {
if (LOG.isLoggable(WARNING))
LOG.log(WARNING, e.toString(), e);